change catagory to kremlinware/test
[systembsd.git] / Makefile
CommitLineData
a08213c8 1# stick to what we have for now
2ONLY_FOR_ARCHS = amd64
3#NOT_FOR_ARCHS =
4#SHARED_ONLY =
5#COMES_WITH =
9fd3f859 6
a08213c8 7COMMENT = dbus utilities
9fd3f859 8
a08213c8 9DISTNAME = dbus-utils-0.1
32a2d8e2 10
116d5795 11CATEGORIES = kremlinware/test
32a2d8e2 12
a08213c8 13HOMEPAGE = http://uglyman.kremlin.cc
9fd3f859 14
a08213c8 15MAINTAINER = kremlin <ian@kremlin.cc>
16
17# LGPLv1.3+ (glib)
18PERMIT_PACKAGE_CDROM = Yes
19
20# for now
21WANTLIB = c gio-2.0 glib-2.0
22
23#TODO: see if it's okay to host this
116d5795 24MASTER_SITES =
25http://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systemd-utl.git;a=snapshot;h=refs/heads/master;sf=tgz
a08213c8 26
27#MODULES = ???
28#BUILD_DEPENDS = ???
29#RUN_DEPENDS = ???
30#TEST_DEPENDS = ???
31LIB_DEPENDS = x11/dbus>=1.8.2v0 \
32 devel/glib2
33
34#MAKE_FLAGS = ???
35#MAKE_ENV = ???
36#FAKE_FLAGS = ???
37#TEST_FLAGS = ???
38
39# build/configuration variables
40#
41#SEPARATE_BUILD = Yes (build in a directory other than WRKSRC)
42#SEPARATE_BUILD = flavored (distinct flavors may share a common WRKSRC)
43CONFIGURE_STYLE = simple
44
45#CFLAGS = ???
46#LDFLAGS = ???
47#MAKE_FILE = ???
48#PKG_ARCH = ??? (* for arch-independent packages)
49#WRKDIST = ??? if other than ${WRKDIR}/${DISTNAME}
50#WRKSRC = ??? if other than ${WRKDIST}
51#WRKBUILD = ??? if other than ${WRKSRC}
52#WRKCONF = ??? if other than ${WRKBUILD}
53
54#ALL_TARGET = ???
55#INSTALL_TARGET = ???
56#TEST_TARGET = ???
57
58.include <bsd.port.mk>