1998-08-24 03:59:56 +02:00
|
|
|
# New ports collection makefile for: stamp
|
|
|
|
# Date created: 11 August 1998
|
|
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1998-08-24 03:59:56 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= stamp
|
|
|
|
PORTVERSION= 2.0.8
|
2009-07-18 13:11:29 +02:00
|
|
|
PORTREVISION= 7
|
1998-08-24 03:59:56 +02:00
|
|
|
CATEGORIES= graphics
|
2001-02-27 06:59:38 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= stamp
|
1998-08-24 03:59:56 +02:00
|
|
|
|
2006-03-18 23:21:52 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Adds a graphical, configurable timestamp to a grayscale image
|
1998-08-24 03:59:56 +02:00
|
|
|
|
2009-07-18 13:11:29 +02:00
|
|
|
LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg
|
1999-03-07 17:50:36 +01:00
|
|
|
|
1999-12-24 21:16:35 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-10-17 11:31:27 +02:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="${LDFLAGS}" \
|
2003-07-14 04:53:03 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-12-24 21:16:35 +01:00
|
|
|
USE_GMAKE= unfortunatly
|
2005-10-17 11:31:27 +02:00
|
|
|
.if !defined(WITHOUT_X11)
|
|
|
|
USE_GNOME= gtk12
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's#/usr/local/share/stamp#${DATADIR}#' \
|
|
|
|
${WRKSRC}/configure
|
1998-08-24 03:59:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|