freebsd-ports/graphics/stamp/Makefile
1999-08-25 06:16:32 +00:00

29 lines
635 B
Makefile

# New ports collection makefile for: stamp
# Version required: 0.610
# Date created: 11 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#
DISTNAME= stamp
PKGNAME= stamp-0.61
CATEGORIES= graphics
MASTER_SITES= http://www.telepath.com/booger/
MAINTAINER= billf@FreeBSD.org
BROKEN= "distfile is gone, new distfile requires getopt solution"
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
ALL_TARGET=
post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old
${SED} -e 's#/usr/local#${PREFIX}#' ${WRKSRC}/Makefile.old >> ${WRKSRC}/Makefile
post-install:
strip ${PREFIX}/bin/stamp
.include <bsd.port.mk>