freebsd-ports/math/surf/Makefile
Maho Nakata 42121eca71 a) Fix build on gcc-3.3.x
b) Update to 1.0.4

Submitted by:	Simon Barner <barner@in.tum.de>
2003-08-02 02:21:02 +00:00

31 lines
660 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.4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Visualize some real algebraic geometry
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
gmp.6:${PORTSDIR}/math/libgmp4
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= surf.1
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>