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@
20 lines
437 B
Makefile
20 lines
437 B
Makefile
# $OpenBSD: Makefile,v 1.5 2012/08/22 07:15:52 sebastia Exp $
|
|
|
|
COMMENT = framework for reading different types of RSS formats
|
|
|
|
DISTNAME = RSSKit-0.4
|
|
REVISION = 0
|
|
|
|
SHARED_LIBS += RSSKit 0.0
|
|
|
|
HOMEPAGE = http://gap.nongnu.org/grr/
|
|
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gap/}
|
|
|
|
MODULES = x11/gnustep
|
|
MODGNUSTEP_NEEDS_GUI = No
|
|
WANTLIB += gnustep-base objc2
|
|
|
|
MAKE_FLAGS = RSSKit_INTERFACE_VERSION=${LIBRSSKit_VERSION}
|
|
|
|
.include <bsd.port.mk>
|