freebsd-ports/textproc/latex-service/Makefile

23 lines
485 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= latex
PORTVERSION= 0.1
PORTREVISION= 5
CATEGORIES= textproc gnustep
MASTER_SITES= http://www.roard.com/latexservice/download/
PKGNAMESUFFIX= -service${PKGNAMESUFFIX2}
DISTNAME= LaTeXService-${PORTVERSION}
2012-06-26 07:44:19 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= LaTeX service for GNUstep
2010-06-04 15:49:15 +02:00
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>