1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/stamp/Makefile

24 lines
528 B
Makefile
Raw Normal View History

# New ports collection makefile for: stamp
# Date created: 11 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
PORTNAME= stamp
PORTVERSION= 2.0.8
CATEGORIES= graphics
MASTER_SITES= http://stamp.netpedia.net/
MAINTAINER= billf@FreeBSD.org
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>