aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-07-30 12:29:03 +0800
committervanilla <vanilla@FreeBSD.org>2014-07-30 12:29:03 +0800
commitacf189c73302ce475dd9dbf72924b679c83ebf63 (patch)
tree67a88a4d88861a2a928f51623193a7f0156f4b2f /textproc
parent4229cebb53e87ddd89922ed4635b96ff066f6b3f (diff)
downloadfreebsd-ports-graphics-acf189c73302ce475dd9dbf72924b679c83ebf63.tar.gz
freebsd-ports-graphics-acf189c73302ce475dd9dbf72924b679c83ebf63.tar.zst
freebsd-ports-graphics-acf189c73302ce475dd9dbf72924b679c83ebf63.zip
1: Stagify.
2: convert EXTRACT_SUFX to tar:tgz 3: strip binary, bump version.
Diffstat (limited to 'textproc')
-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 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>