1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/graphics/stamp/Makefile
Tobias Kortkamp 10bfa48143 graphics/stamp: Remove X11 option
x11-toolkits/gtk12 is gone since r488008.
2019-02-01 15:32:12 +00:00

23 lines
471 B
Makefile

# Created by: Bill Fumerola <billf@chc-chimes.com>
# $FreeBSD$
PORTNAME= stamp
PORTVERSION= 2.0.8
PORTREVISION= 11
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Adds a graphical, configurable timestamp to a grayscale image
USES= jpeg
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's#/usr/local/share/stamp#${DATADIR}#' \
${WRKSRC}/configure
.include <bsd.port.mk>