sebastia 483a696233 Since we now have libobjc2, tweak gnustep-make to build/link against it.
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@
2012-08-22 07:15:51 +00:00

23 lines
507 B
Makefile

# $OpenBSD: Makefile,v 1.4 2012/08/22 07:15:51 sebastia Exp $
COMMENT = GNUstep based CD player
VERSION = 0.5.1
DISTNAME = cdplayer-${VERSION}
REVISION = 2
HOMEPAGE = http://gsburn.sourceforge.net/
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=gsburn/}
EXTRACT_SUFX = .tar.bz2
MODULES = x11/gnustep
WANTLIB += c m pthread cdaudio PreferencePanes
LIB_DEPENDS += audio/libcdaudio \
x11/gnustep/systempreferences
WRKDIST = ${WRKDIR}/CDPlayer-${VERSION}
MAKE_FLAGS += prefs=sysprefs
.include <bsd.port.mk>