From efedf0c34a734aee369db0cbb41d9b3394d7205f Mon Sep 17 00:00:00 2001 From: kremlin Date: Wed, 21 May 2014 21:29:51 -0500 Subject: [PATCH] edit Makefile, add temp configure script, working on Makefile being port-compatible (bsd.port.mk) --- Makefile | 3 +-- configure | 3 +++ distinfo | 2 ++ pkg/DESCR | 2 ++ 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 configure create mode 100644 distinfo create mode 100644 pkg/DESCR diff --git a/Makefile b/Makefile index 04d0721..54ebfd1 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,7 @@ PERMIT_PACKAGE_CDROM = Yes WANTLIB = c gio-2.0 glib-2.0 #TODO: see if it's okay to host this -MASTER_SITES = -http://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systemd-utl.git;a=snapshot;h=refs/heads/master;sf=tgz +MASTER_SITES = http://uglyman.kremlin.cc/latest-devel/ #MODULES = ??? #BUILD_DEPENDS = ??? diff --git a/configure b/configure new file mode 100644 index 0000000..c6e7c34 --- /dev/null +++ b/configure @@ -0,0 +1,3 @@ +#!/bin/sh + +printf "%s\n" "to be completed!" diff --git a/distinfo b/distinfo new file mode 100644 index 0000000..39bdd20 --- /dev/null +++ b/distinfo @@ -0,0 +1,2 @@ +SHA256 (dbus-utils-0.1.tar.gz) = UqFHjteKqy88NJDyssNaMHxlaaB40ynk9a4RGinGp8Q= +SIZE (dbus-utils-0.1.tar.gz) = 3538 diff --git a/pkg/DESCR b/pkg/DESCR new file mode 100644 index 0000000..8f66938 --- /dev/null +++ b/pkg/DESCR @@ -0,0 +1,2 @@ +TODO: expand on this +provides dbus-compatible systemd replacement utilities hostname,localed,timedated and logind. -- 2.41.0