diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-11-17 03:57:29 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-11-17 03:57:29 +0000 |
commit | 9fefd1bb1061269f68d8279e20160c3b7d5272ef (patch) | |
tree | 54f0152d028bef9f459a1e3b73e4748017257d52 /deskutils/gworkspace/Makefile | |
parent | f190c3fb65244a7c6023de72ee33c21aae7a682f (diff) |
Notes
Diffstat (limited to 'deskutils/gworkspace/Makefile')
-rw-r--r-- | deskutils/gworkspace/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile index 04c862a7956e..c1809d8e0da2 100644 --- a/deskutils/gworkspace/Makefile +++ b/deskutils/gworkspace/Makefile @@ -6,10 +6,11 @@ # PORTNAME= gworkspace -PORTVERSION= 0.8.6 -PORTREVISION= 1 +PORTVERSION= 0.8.7 CATEGORIES= deskutils gnustep -MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ +#MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ +MASTER_SITES= ${MASTER_SITE_GNUSTEP} +MASTER_SITE_SUBDIR= usr-apps MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep workspace manager @@ -22,7 +23,6 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} -WRKSRC= ${WRKDIR}/GWorkspace-${PORTVERSION} GNU_CONFIGURE= yes ADDITIONAL_LDFLAGS+= -L${WRKSRC}/FSNode/FSNode.framework/Versions/A DEFAULT_LIBVERSION2= 0.1.0 @@ -39,6 +39,9 @@ PLIST_SUB+= PDFVIEW="" USE_GHOSTSCRIPT= yes .endif +pre-configure: + ${RM} -rf ${WRKSRC}/GWMetadata + post-install: ${CP} ${WRKSRC}/Inspector/ContentViewersProtocol.h \ ${GNUSTEP_SYSTEM_ROOT}/Library/Frameworks/Inspector.framework/Versions/${DEFAULT_LIBVERSION2:C/([0-9]).*/\1/1}/Headers/ContentViewersProtocol.h |