diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/latex-service/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/latex-service/Makefile b/textproc/latex-service/Makefile index b1368a783a1..b7d8b3ef0cf 100644 --- a/textproc/latex-service/Makefile +++ b/textproc/latex-service/Makefile @@ -2,22 +2,24 @@ PORTNAME= latex PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc gnustep MASTER_SITES= http://www.roard.com/latexservice/download/ PKGNAMESUFFIX= -service${PKGNAMESUFFIX2} DISTNAME= LaTeXService-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX service for GNUstep LICENSE= GPLv2 +USES= tar:tgz USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -NO_STAGE= yes +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Services/LaTeX.service/LaTeX + .include <bsd.port.mk> |