483a696233
gnustep-base doesn't need to install the compatibility layer anymore, which requires a major lib bump. Bump revision of all dependent packages, and remove double REVISION in webservices OK landry@
29 lines
701 B
Makefile
29 lines
701 B
Makefile
# $OpenBSD: Makefile,v 1.3 2012/08/22 07:15:51 sebastia Exp $
|
|
|
|
COMMENT = GNUstep dbus interface
|
|
|
|
CATEGORIES += x11/gnustep devel
|
|
VERSION = 0.1
|
|
DISTNAME = dbuskit-${VERSION}
|
|
REVISION = 1
|
|
PKGNAME = gnustep-dbuskit-${VERSION}
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
SHARED_LIBS = DBusKit 0.0
|
|
|
|
HOMEPAGE = http://www.gnustep.org/
|
|
MASTER_SITES = http://download.gna.org/gnustep/
|
|
|
|
MODULES += x11/gnustep
|
|
MODGNUSTEP_NEEDS_GUI = No
|
|
WANTLIB += c dbus-1 m pthread gnustep-base objc2
|
|
BUILD_DEPENDS += print/texlive/base \
|
|
textproc/texi2html
|
|
|
|
# Setting porthome is needed to successfully build the
|
|
# documenation
|
|
PORTHOME = ${WRKDIST}
|
|
MAKE_FLAGS = DBusKit_INTERFACE_VERSION=${LIBDBusKit_VERSION}
|
|
|
|
.include <bsd.port.mk>
|