summaryrefslogtreecommitdiff
path: root/graphics/stamp/Makefile
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-12-24 20:16:35 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-12-24 20:16:35 +0000
commitaeecea2bb7ccb7ddcf7c05f5398c23648c2aea66 (patch)
tree0af850713db119d2f1802d2d3a350f745be349c6 /graphics/stamp/Makefile
parentadd gsm support option (diff)
Upgrade to 2.0.8, and associated changes.
Diffstat (limited to 'graphics/stamp/Makefile')
-rw-r--r--graphics/stamp/Makefile24
1 files changed, 9 insertions, 15 deletions
diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile
index c98a6471d838..e0f6b65ec177 100644
--- a/graphics/stamp/Makefile
+++ b/graphics/stamp/Makefile
@@ -1,29 +1,23 @@
# New ports collection makefile for: stamp
-# Version required: 0.610
+# Version required: 2.0.8
# Date created: 11 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#
-DISTNAME= stamp
-PKGNAME= stamp-0.61
+DISTNAME= stamp-2.0.8
CATEGORIES= graphics
-MASTER_SITES= http://www.telepath.com/booger/
+MASTER_SITES= http://stamp.netpedia.net/
MAINTAINER= billf@FreeBSD.org
-BROKEN= "distfile is gone, new distfile requires getopt solution"
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-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
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lgnugetopt"
+USE_GMAKE= unfortunatly
.include <bsd.port.mk>