freebsd-ports/math/surf/Makefile
Ying-Chieh Liao 587193cc3d - Support CFLAGS/CXXFLAGS properly
PR:		42888
Submitted by:	Ports Fury
2002-09-20 06:22:32 +00:00

29 lines
596 B
Makefile

# ex:ts=8
# New ports collection makefile for: surf
# Date created: Apr 23, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= surf
PORTVERSION= 1.0.3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
gmp.6:${PORTSDIR}/math/libgmp4
USE_GNOMENG= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= surf.1
.include <bsd.port.mk>