2006-10-31 06:27:45 +01:00
|
|
|
# New ports collection makefile for: preferences
|
2003-02-08 08:14:44 +01:00
|
|
|
# Date created: 04 Feb 2003
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-10-31 06:27:45 +01:00
|
|
|
PORTNAME= preferences
|
2003-02-08 08:14:44 +01:00
|
|
|
PORTVERSION= 1.2.0
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 2
|
2003-02-08 08:14:44 +01:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= prefsapp
|
|
|
|
DISTNAME= Preferences-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 19:26:42 +01:00
|
|
|
COMMENT= GNUstep workspace manager
|
2003-02-08 08:14:44 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2003-08-28 03:42:30 +02:00
|
|
|
USE_GNUSTEP= yes
|
2006-03-19 05:35:47 +01:00
|
|
|
USE_GNUSTEP_PREFIX= yes
|
2003-08-28 03:42:30 +02:00
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2003-02-08 08:14:44 +01:00
|
|
|
MAKEFILE= GNUmakefile
|
2006-01-01 06:00:07 +01:00
|
|
|
LDCONFIG_DIRS= ${LOCALLIBDIR}
|
2003-04-13 09:38:27 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2003-02-08 08:14:44 +01:00
|
|
|
MODIFY= GNUmakefile.preamble PrefsModule/GNUmakefile.preamble \
|
|
|
|
Modules/Keyboard/GNUmakefile.preamble \
|
|
|
|
Modules/PrefsApp/GNUmakefile.preamble
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
.for i in ${MODIFY}
|
|
|
|
@${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}.sed
|
|
|
|
${SED} -e "s= -Werror==" ${WRKSRC}/${i}.sed > ${WRKSRC}/${i}
|
|
|
|
.endfor
|
|
|
|
|
2003-08-28 03:42:30 +02:00
|
|
|
.include <bsd.port.mk>
|