edit Makefile, add temp configure script, working on Makefile being port-compatible...
[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 = http://uglyman.kremlin.cc/latest-devel/
25
26 #MODULES = ???
27 #BUILD_DEPENDS = ???
28 #RUN_DEPENDS = ???
29 #TEST_DEPENDS = ???
30 LIB_DEPENDS = x11/dbus>=1.8.2v0 \
31 devel/glib2
32
33 #MAKE_FLAGS = ???
34 #MAKE_ENV = ???
35 #FAKE_FLAGS = ???
36 #TEST_FLAGS = ???
37
38 # build/configuration variables
39 #
40 #SEPARATE_BUILD = Yes (build in a directory other than WRKSRC)
41 #SEPARATE_BUILD = flavored (distinct flavors may share a common WRKSRC)
42 CONFIGURE_STYLE = simple
43
44 #CFLAGS = ???
45 #LDFLAGS = ???
46 #MAKE_FILE = ???
47 #PKG_ARCH = ??? (* for arch-independent packages)
48 #WRKDIST = ??? if other than ${WRKDIR}/${DISTNAME}
49 #WRKSRC = ??? if other than ${WRKDIST}
50 #WRKBUILD = ??? if other than ${WRKSRC}
51 #WRKCONF = ??? if other than ${WRKBUILD}
52
53 #ALL_TARGET = ???
54 #INSTALL_TARGET = ???
55 #TEST_TARGET = ???
56
57 .include <bsd.port.mk>