freebsd-ports/deskutils/preferences.app/Makefile

41 lines
938 B
Makefile
Raw Normal View History

2006-10-31 06:27:45 +01:00
# New ports collection makefile for: preferences
# Date created: 04 Feb 2003
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
2006-10-31 06:27:45 +01:00
PORTNAME= preferences
PORTVERSION= 1.2.0
PORTREVISION= 2
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
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNUSTEP= yes
2006-03-19 05:35:47 +01:00
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
2006-01-01 06:00:07 +01:00
LDCONFIG_DIRS= ${LOCALLIBDIR}
INSTALLS_SHLIB= yes
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
.include <bsd.port.mk>