delete gnu makefile, revamp bsd makefile
[systembsd.git] / Makefile
... / ...
CommitLineData
1# stick to what we have for now
2ONLY_FOR_ARCHS = amd64
3#NOT_FOR_ARCHS =
4#SHARED_ONLY =
5#COMES_WITH =
6
7COMMENT = dbus utilities
8
9DISTNAME = dbus-utils-0.1
10
11CATEGORIES = misc
12
13HOMEPAGE = http://uglyman.kremlin.cc
14
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
24MASTER_SITES = http://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systemd-utl.git;a=snapshot;h=refs/heads/master;sf=tgz
25
26#MODULES = ???
27#BUILD_DEPENDS = ???
28#RUN_DEPENDS = ???
29#TEST_DEPENDS = ???
30LIB_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)
42CONFIGURE_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>