3a34ffa58f
Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0. PR: 230116 Submitted by: mikael.urankar@gmail.com Approved by: theraven (prior version) Sponsored by: DARPA, AFRL
22 lines
485 B
Makefile
22 lines
485 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= latex
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 8
|
|
CATEGORIES= textproc gnustep
|
|
MASTER_SITES= http://www.roard.com/latexservice/download/
|
|
PKGNAMESUFFIX= -service${PKGNAMESUFFIX2}
|
|
DISTNAME= LaTeXService-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= LaTeX service for GNUstep
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= tar:tgz gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Services/LaTeX.service/LaTeX
|
|
|
|
.include <bsd.port.mk>
|