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-03-23 20:40:02 +01:00
|
|
|
PORTVERSION= 0.5
|
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-03-23 20:40:02 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2003-03-23 20:33:38 +01:00
|
|
|
GUN_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKEFILE= GNUmakefile
|
|
|
|
ALL_TARGET=
|
|
|
|
|
|
|
|
.ifdef WITHOUT_GHOSTSCRIPT
|
|
|
|
PLIST_SUB+= PDFVIEW="@comment "
|
|
|
|
.else
|
|
|
|
BUILD_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu
|
|
|
|
RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu
|
|
|
|
PLIST_SUB+= PDFVIEW=""
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-04-13 09:38:27 +02:00
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_CONFIGURE= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
|
2003-03-23 20:33:38 +01:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|