aboutsummaryrefslogtreecommitdiff
path: root/textproc/latex-service
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-07-30 04:29:03 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-07-30 04:29:03 +0000
commit4d8945bc0aa2148950a579f0541c8515c2e28f91 (patch)
tree67a88a4d88861a2a928f51623193a7f0156f4b2f /textproc/latex-service
parentf86f5081ba0efd6645c29d88842577d89ff1c808 (diff)
downloadports-4d8945bc0aa2148950a579f0541c8515c2e28f91.tar.gz
ports-4d8945bc0aa2148950a579f0541c8515c2e28f91.zip
1: Stagify.
2: convert EXTRACT_SUFX to tar:tgz 3: strip binary, bump version.
Notes
Notes: svn path=/head/; revision=363438
Diffstat (limited to 'textproc/latex-service')
-rw-r--r--textproc/latex-service/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/latex-service/Makefile b/textproc/latex-service/Makefile
index b1368a783a1e..b7d8b3ef0cf3 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>