working with makefiles...
[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
67d0f2d1 10PACKAGE = systemd-utls
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
efedf0c3 24MASTER_SITES = http://uglyman.kremlin.cc/latest-devel/
a08213c8 25#MODULES = ???
26#BUILD_DEPENDS = ???
27#RUN_DEPENDS = ???
28#TEST_DEPENDS = ???
29LIB_DEPENDS = x11/dbus>=1.8.2v0 \
30 devel/glib2
31
32#MAKE_FLAGS = ???
33#MAKE_ENV = ???
34#FAKE_FLAGS = ???
35#TEST_FLAGS = ???
36
37# build/configuration variables
38#
67d0f2d1 39COMMIT = efedf0c
a08213c8 40#SEPARATE_BUILD = Yes (build in a directory other than WRKSRC)
41#SEPARATE_BUILD = flavored (distinct flavors may share a common WRKSRC)
67d0f2d1 42#CONFIGURE_STYLE = simple
43CONFIGURE_SCRIPT = configure
a08213c8 44#CFLAGS = ???
45#LDFLAGS = ???
46#MAKE_FILE = ???
47#PKG_ARCH = ??? (* for arch-independent packages)
67d0f2d1 48WRKDIST = ${WRKDIR}/systemd-utl-devel-${COMMIT}
a08213c8 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>