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
|
2011-03-12 21:37:56 +01:00
|
|
|
PORTREVISION= 9
|
1998-08-24 03:59:56 +02:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF
|
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
|
|
|
|
2010-02-05 12:46:55 +01:00
|
|
|
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
|
1999-03-07 17:50:36 +01:00
|
|
|
|
1999-12-24 21:16:35 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
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>
|