summaryrefslogtreecommitdiffstats
path: root/graphics/stamp/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-08-24 01:59:56 +0000
committersteve <steve@FreeBSD.org>1998-08-24 01:59:56 +0000
commitf0c803a7fed5542c42b45415a74b983b1d920798 (patch)
treeff3138d15c583d723ca4675d42e2e85767d8b9da /graphics/stamp/Makefile
parent1114f7ce0a170d43dd87c7759284309985d6dbc5 (diff)
downloadFreeBSD-ports-f0c803a7fed5542c42b45415a74b983b1d920798.zip
FreeBSD-ports-f0c803a7fed5542c42b45415a74b983b1d920798.tar.gz
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>
Diffstat (limited to 'graphics/stamp/Makefile')
-rw-r--r--graphics/stamp/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile
new file mode 100644
index 0000000..d58e432
--- /dev/null
+++ b/graphics/stamp/Makefile
@@ -0,0 +1,27 @@
+# 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>
OpenPOWER on IntegriCloud