From: kremlin Date: Thu, 22 May 2014 02:29:51 +0000 (-0500) Subject: edit Makefile, add temp configure script, working on Makefile being port-compatible... X-Git-Tag: hostnamed-copyable~59 X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=commitdiff_plain;h=efedf0c34a734aee369db0cbb41d9b3394d7205f edit Makefile, add temp configure script, working on Makefile being port-compatible (bsd.port.mk) --- 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.