freebsd-ports/graphics/peps/Makefile

28 lines
545 B
Makefile
Raw Normal View History

# 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= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= petef
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>