7731a20298
OK sthen@
19 lines
486 B
Makefile
19 lines
486 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/05/15 13:03:26 sebastia Exp $
|
|
|
|
COMMENT = manage settings of the gnustep environment
|
|
|
|
DISTNAME = SystemPreferences-1.1.0
|
|
REVISION = 0
|
|
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>
|