2003-03-23 20:33:38 +01:00
|
|
|
# New ports collection makefile for: gworkspace
|
|
|
|
# Date created: 04 Feb 2003
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gworkspace
|
2003-10-30 13:46:15 +01:00
|
|
|
PORTVERSION= 0.6.2
|
2003-11-05 21:44:05 +01:00
|
|
|
PORTREVISION= 1
|
2003-03-23 20:33:38 +01:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ \
|
|
|
|
http://www.imago.ro/gworkspace/
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= GNUstep workspace manager
|
|
|
|
|
|
|
|
PREFIX= ${LOCALBASE}/GNUstep
|
2003-04-13 09:38:27 +02:00
|
|
|
NO_MTREE= yes
|
2003-04-18 21:13:05 +02:00
|
|
|
WRKSRC= ${WRKDIR}/GWorkspace-${PORTVERSION}
|
2003-03-23 20:33:38 +01:00
|
|
|
GUN_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2003-08-28 03:42:30 +02:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_CONFIGURE= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2003-03-23 20:33:38 +01:00
|
|
|
MAKEFILE= GNUmakefile
|
|
|
|
|
2004-01-22 05:03:26 +01:00
|
|
|
.if defined(WITHOUT_GHOSTSCRIPT)
|
2004-01-20 17:30:09 +01:00
|
|
|
PLIST_SUB+= PDFVIEW="@comment "
|
2004-01-22 05:03:26 +01:00
|
|
|
.else
|
|
|
|
PLIST_SUB+= PDFVIEW=""
|
|
|
|
USE_GHOSTSCRIPT= yes
|
2003-03-23 20:33:38 +01:00
|
|
|
.endif
|
|
|
|
|
2003-08-28 03:42:30 +02:00
|
|
|
.include <bsd.port.mk>
|