aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkremlin <ian@kremlin.cc>2014-05-22 10:29:51 +0800
committerkremlin <ian@kremlin.cc>2014-05-22 10:29:51 +0800
commitefedf0c34a734aee369db0cbb41d9b3394d7205f (patch)
tree8bcb6e745606fa8f9bbf10408d4314731ca640ed
parent116d5795058ffbe017f1d0ecc33b99e9a4e96a60 (diff)
downloadsystembsd-efedf0c34a734aee369db0cbb41d9b3394d7205f.tar
systembsd-efedf0c34a734aee369db0cbb41d9b3394d7205f.tar.gz
systembsd-efedf0c34a734aee369db0cbb41d9b3394d7205f.tar.bz2
systembsd-efedf0c34a734aee369db0cbb41d9b3394d7205f.tar.lz
systembsd-efedf0c34a734aee369db0cbb41d9b3394d7205f.tar.xz
systembsd-efedf0c34a734aee369db0cbb41d9b3394d7205f.tar.zst
systembsd-efedf0c34a734aee369db0cbb41d9b3394d7205f.zip
edit Makefile, add temp configure script, working on Makefile being port-compatible (bsd.port.mk)
-rw-r--r--Makefile3
-rw-r--r--configure3
-rw-r--r--distinfo2
-rw-r--r--pkg/DESCR2
4 files changed, 8 insertions, 2 deletions
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.