1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/graphics/stamp/Makefile
Steve Price 9f9febcf69 Initial import of stamp version 0.61.
Adds a graphical, configurable timestamp to a grayscale image.

PR:		7577
Submitted by:	Bill Fumerola <billf@chc-chimes.com>
1998-08-24 01:59:56 +00:00

28 lines
570 B
Makefile

# New ports collection makefile for: stamp
# Version required: 0.610
# Date created: 11 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id$
#
DISTNAME= stamp
PKGNAME= stamp-0.61
CATEGORIES= graphics
MASTER_SITES= http://www.telepath.com/booger/
MAINTAINER= billf@chc-chimes.com
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>