freebsd-ports/textproc/latex-service/Makefile
Brooks Davis 3a34ffa58f Update Objective-C LLVM version to 6.0.
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
2018-09-26 15:23:37 +00:00

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>