aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/epix/Makefile
blob: 89d4e45fb6162185e7328556f768756d51172b89 (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
# ex:ts=8
# Ports collection makefile for:    epix
# Date created:         Sep 5, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   epix
PORTVERSION=    0.8.6
CATEGORIES= graphics
MASTER_SITES=   http://mathcs.holycross.edu/~ahwang/software/
DISTNAME=   epix_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}

MAN1=   epix.1

pre-build:
    @(cd ${WRKSRC} ; ./newbash.sh)

.include <bsd.port.mk>