2013-06-20 15:43:03 +02:00
|
|
|
# Created by: gurkan@phys.ethz.ch
|
2006-09-28 21:17:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= paje
|
2008-05-05 15:50:36 +02:00
|
|
|
PORTVERSION= 1.97
|
2015-09-19 12:33:34 +02:00
|
|
|
PORTREVISION= 6
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= science gnustep
|
2011-08-07 14:38:44 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Releases
|
2006-09-28 21:17:57 +02:00
|
|
|
DISTNAME= Paje_${PORTVERSION}
|
2011-08-07 14:38:44 +02:00
|
|
|
EXTRACT_SUFX= .tar.gz.gz
|
2006-09-28 21:17:57 +02:00
|
|
|
|
2012-06-26 07:44:19 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-09-28 21:17:57 +02:00
|
|
|
COMMENT= Generic visualization tool for GNUstep (Gantt chart and more)
|
|
|
|
|
2010-06-05 08:14:28 +02:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2015-04-09 09:44:41 +02:00
|
|
|
USES= gnustep
|
|
|
|
USE_GNUSTEP= back build
|
2007-01-13 04:57:25 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
2015-09-19 12:33:34 +02:00
|
|
|
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_SYSTEM_ROOT}
|
2006-09-28 21:17:57 +02:00
|
|
|
|
2008-05-05 15:50:36 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DOMAIN|#GNUSTEP_INSTALLATION_DOMAIN|' \
|
2013-06-20 15:43:03 +02:00
|
|
|
${WRKSRC}/GNUmakefile
|
2008-05-05 15:50:36 +02:00
|
|
|
|
2015-06-18 21:49:14 +02:00
|
|
|
post-install:
|
2015-09-19 12:33:34 +02:00
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Paje.app/Paje \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/AggregatingFilter.bundle/AggregatingFilter \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/ContainerFilter.bundle/ContainerFilter \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/EntityTypeFilter.bundle/EntityTypeFilter \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/FieldFilter.bundle/FieldFilter \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/FileReader.bundle/FileReader \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/General.bundle/General \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/ImbricationFilter.bundle/ImbricationFilter \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/OrderFilter.bundle/OrderFilter \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/PajeEventDecoder.bundle/PajeEventDecoder \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/PajeSimulator.bundle/PajeSimulator \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/ReductionFilter.bundle/ReductionFilter \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/SpaceTimeViewer \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/StatViewer.bundle/StatViewer \
|
|
|
|
${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/StorageController.bundle/StorageController
|
2015-06-18 21:49:14 +02:00
|
|
|
|
2006-09-28 21:17:57 +02:00
|
|
|
.include <bsd.port.mk>
|