diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 10:14:16 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 10:14:16 +0000 |
commit | 4ae72708d88ccdd897f8927e4cb51273e461123a (patch) | |
tree | 5599dd69db4937f28d49d06d0fcba145dc7d137a /math/aamath | |
parent | edb090a04b36df5adfa7d70e46fa133635ab8807 (diff) | |
download | ports-4ae72708d88ccdd897f8927e4cb51273e461123a.tar.gz ports-4ae72708d88ccdd897f8927e4cb51273e461123a.zip |
Notes
Diffstat (limited to 'math/aamath')
-rw-r--r-- | math/aamath/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/math/aamath/Makefile b/math/aamath/Makefile index 4d01ddf6e1d2..7f4f30bcd3ff 100644 --- a/math/aamath/Makefile +++ b/math/aamath/Makefile @@ -5,19 +5,21 @@ PORTNAME= aamath PORTVERSION= 0.3 PORTREVISION= 1 CATEGORIES= math textproc -MASTER_SITES= http://fuse.superglue.se/${PORTNAME}/ +MASTER_SITES= http://fuse.superglue.se/${PORTNAME}/ \ + CRITICAL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Renders ASCII art from mathematical expressions +LICENSE= GPLv2 + WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= bin/${PORTNAME} -MAN1= ${PORTNAME}.1 +PLIST_FILES= bin/aamath man/man1/aamath.1.gz -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> |