aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/peps/Makefile
blob: 6a2531b3f0ef22ce06101b15b76877866060109e (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
# New ports collection makefile for:    peps
# Date created:             5 July 2001
# Whom:                 petef@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   peps
PORTVERSION=    1.0
CATEGORIES= graphics
MASTER_SITES=   http://www.whizkidtech.net/peps/

MAINTAINER= petef@FreeBSD.org

RUN_DEPENDS=    gs:${PORTSDIR}/print/ghostscript-gnu \
        pnmtopng:${PORTSDIR}/graphics/netpbm

USE_REINPLACE=  yes

post-patch:
    @${REINPLACE_CMD} -e 's!cc -O3!${CC} ${CFLAGS}!' ${WRKSRC}/Makefile

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/peps ${PREFIX}/bin

.include <bsd.port.mk>