fix gitignore, removing vim tmpfiles...
[systembsd.git] / Makefile.port
CommitLineData
496f5d66 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
10PACKAGE = systemd-utls
11CATEGORIES = kremlinware test
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/latest-devel/
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#
39#COMMIT = efedf0c
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#CONFIGURE_SCRIPT = configure
44#CFLAGS = ???
45#LDFLAGS = ???
46#MAKE_FILE = ???
47#PKG_ARCH = ??? (* for arch-independent packages)
48#WRKDIST = ${WRKDIR}/systemd-utl-devel-${COMMIT}
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>