freebsd-ports/graphics/epix/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

30 lines
589 B
Makefile

# ex:ts=8
# Ports collection makefile for: epix
# Date created: Sep 5, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= epix
PORTVERSION= 0.8.7a
CATEGORIES= graphics
MASTER_SITES= http://mathcs.holycross.edu/~ahwang/software/
DISTNAME= ${PORTNAME}-${PORTVERSION}_src
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \
latex:${PORTSDIR}/print/teTeX
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_SUB= VERSION="${PORTVERSION}"
MAN1= epix.1
pre-build:
@(cd ${WRKSRC} ; ./newbash.sh)
.include <bsd.port.mk>