mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
26 lines
625 B
Makefile
26 lines
625 B
Makefile
# New ports collection makefile for: stamp
|
|
# Date created: 11 August 1998
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= stamp
|
|
PORTVERSION= 2.0.8
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= stamp
|
|
|
|
MAINTAINER= billf@FreeBSD.org
|
|
COMMENT= Adds a graphical, configurable timestamp to a grayscale image
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib -lgnugetopt"
|
|
USE_GMAKE= unfortunatly
|
|
|
|
.include <bsd.port.mk>
|