2006-10-31 07:24:04 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= systempreferences
|
2011-08-07 07:06:04 +02:00
|
|
|
PORTVERSION= 1.1.0
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= deskutils gnustep
|
2011-08-07 07:18:25 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
|
|
|
MASTER_SITE_SUBDIR=usr-apps
|
2011-08-07 07:06:04 +02:00
|
|
|
DISTNAME= SystemPreferences-${PORTVERSION}
|
2006-10-31 07:24:04 +01:00
|
|
|
|
2013-08-28 20:26:01 +02:00
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
2006-10-31 07:24:04 +01:00
|
|
|
COMMENT= System Preferences application for GNUstep
|
|
|
|
|
2010-06-04 15:49:15 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-08-28 20:26:01 +02:00
|
|
|
PREFERENCEPANES_PORT?= deskutils/preferencepanes
|
|
|
|
|
2006-10-31 07:24:04 +01:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_SYSTEM_LIBS+= PreferencePanes:${PREFERENCEPANES_PORT}
|
2007-01-13 04:57:25 +01:00
|
|
|
|
2006-10-31 07:24:04 +01:00
|
|
|
USE_GNUSTEP_MAKE_DIRS= SystemPreferences Modules
|
2007-05-25 07:55:36 +02:00
|
|
|
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
|
2006-10-31 07:24:04 +01:00
|
|
|
|
2007-01-13 04:57:25 +01:00
|
|
|
|
2013-09-20 18:21:37 +02:00
|
|
|
NO_STAGE= yes
|
2006-10-31 07:24:04 +01:00
|
|
|
.include <bsd.port.mk>
|