change catagory to kremlinware/test
[systembsd.git] / Makefile
1 # stick to what we have for now
2 ONLY_FOR_ARCHS = amd64
3 #NOT_FOR_ARCHS =
4 #SHARED_ONLY =
5 #COMES_WITH =
6
7 COMMENT = dbus utilities
8
9 DISTNAME = dbus-utils-0.1
10
11 CATEGORIES = kremlinware/test
12
13 HOMEPAGE = http://uglyman.kremlin.cc
14
15 MAINTAINER = kremlin <ian@kremlin.cc>
16
17 # LGPLv1.3+ (glib)
18 PERMIT_PACKAGE_CDROM = Yes
19
20 # for now
21 WANTLIB = c gio-2.0 glib-2.0
22
23 #TODO: see if it's okay to host this
24 MASTER_SITES =
25 http://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systemd-utl.git;a=snapshot;h=refs/heads/master;sf=tgz
26
27 #MODULES = ???
28 #BUILD_DEPENDS = ???
29 #RUN_DEPENDS = ???
30 #TEST_DEPENDS = ???
31 LIB_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)
43 CONFIGURE_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>