aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/epix/Makefile
blob: f198ec4e62d163d7e13acdbdbda81b13360339e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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>