2011-05-15 09:03:26 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2011/05/15 13:03:26 sebastia Exp $
|
2011-04-24 10:04:54 -04:00
|
|
|
|
|
|
|
COMMENT = framework for reading different types of RSS formats
|
|
|
|
|
|
|
|
DISTNAME = RSSKit-0.3
|
|
|
|
|
|
|
|
SHARED_LIBS += RSSKit 0.0
|
|
|
|
|
|
|
|
HOMEPAGE = http://gap.nongnu.org/grr/
|
|
|
|
MASTER_SITES = http://savannah.nongnu.org/download/gap/
|
|
|
|
|
|
|
|
MODULES = x11/gnustep
|
|
|
|
MODGNUSTEP_NEEDS_GUI = No
|
|
|
|
WANTLIB += gnustep-base
|
|
|
|
|
|
|
|
MAKE_FLAGS = RSSKit_INTERFACE_VERSION=${LIBRSSKit_VERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|