1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/graphics/scr2png/Makefile
Bruce A. Mah 73b6f26b26 Use ${REINPLACE_CMD} instead of ${PERL}.
Approved by:	nik (maintainer)
2002-09-06 19:42:45 +00:00

32 lines
567 B
Makefile

# New ports collection makefile for: scr2png
# Date created: 18 May 2001
# Whom: nik
#
# $FreeBSD$
#
PORTNAME= scr2png
PORTVERSION= 1.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= nik
NO_WRKSUBDIR= yes
MAINTAINER= nik@freebsd.org
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
USE_REINPLACE= yes
MAN1= scr2png.1
MANCOMPRESSED= yes
post-extract:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
do-install:
@cd ${WRKSRC}; ${MAKE} BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} install
.include <bsd.port.mk>