diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 07:44:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 07:44:41 +0000 |
commit | 06f79b66f2eb028c4ab81977dcb1e010ef9cf946 (patch) | |
tree | b7aed86ac84412d11603ce23b7893d46f0d7475b /graphics/price | |
parent | 5c3f57fd49a53ee36e7a7bc6263e4dd1fd331c27 (diff) | |
download | ports-06f79b66f2eb028c4ab81977dcb1e010ef9cf946.tar.gz ports-06f79b66f2eb028c4ab81977dcb1e010ef9cf946.zip |
Notes
Diffstat (limited to 'graphics/price')
-rw-r--r-- | graphics/price/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/price/Makefile b/graphics/price/Makefile index 32b1d939d3c8..eb70b19179cd 100644 --- a/graphics/price/Makefile +++ b/graphics/price/Makefile @@ -14,21 +14,18 @@ COMMENT= Image filtering and manipulation using GNUstep LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= desktop-file-utils +USES= desktop-file-utils gnustep -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes +USE_GNUSTEP= back build -DATADIR= ${GNUSTEP_LOCAL_APPS}/PRICE.app +DATADIR= ${GNUSTEP_LOCAL_ROOT}/Applications/PRICE.app PORTDATA= * PLIST_FILES= ${GNUSTEP_LOCAL_TOOLS}/PRICE \ share/applications/PRICE.desktop post-build: ${SED} -i '' -e '/^Categories/s/=/&Graphics;/' \ - ${WRKSRC}/PRICE.app/Resources/PRICE.desktop + ${WRKSRC}/PRICE.app/Resources/PRICE.desktop post-install: ${STRIP_CMD} ${STAGEDIR}${DATADIR}/PRICE |