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@
19 lines
486 B
Makefile
19 lines
486 B
Makefile
# $OpenBSD: Makefile,v 1.5 2012/08/22 07:15:52 sebastia Exp $
|
|
|
|
COMMENT = manage settings of the gnustep environment
|
|
|
|
DISTNAME = SystemPreferences-1.1.0
|
|
REVISION = 2
|
|
CATEGORIES = sysutils
|
|
SHARED_LIBS = PreferencePanes 0.0
|
|
|
|
HOMEPAGE = http://www.gnustep.org/experience/systempreferences.html
|
|
MASTER_SITES = ${MASTER_SITE_GNUSTEP:=usr-apps/}
|
|
|
|
MODULES = x11/gnustep
|
|
WANTLIB = c m pthread
|
|
|
|
MAKE_FLAGS = PreferencePanes_INTERFACE_VERSION=${LIBPreferencePanes_VERSION}
|
|
|
|
.include <bsd.port.mk>
|