summaryrefslogtreecommitdiff
path: root/graphics/stamp/Makefile
blob: 8829fcbead22ed20a27a1ed0b718b64d330f2b96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	stamp
PORTVERSION=	2.0.8
PORTREVISION=	12
CATEGORIES=	graphics
MASTER_SITES=	SF

MAINTAINER=	fuz@FreeBSD.org
COMMENT=	Adds a graphical, configurable timestamp to a grayscale image
WWW=		http://stamp.sourceforge.net/

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		jpeg localbase
GNU_CONFIGURE=	yes

post-patch:
	@${REINPLACE_CMD} -e 's#/usr/local/share/stamp#${DATADIR}#' \
		${WRKSRC}/configure

.include <bsd.port.mk>