1: Stagify.
2: convert EXTRACT_SUFX to tar:tgz 3: strip binary, bump version.
This commit is contained in:
parent
f86f5081ba
commit
4d8945bc0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363438
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue