2001-04-23 16:52:21 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: surf
|
|
|
|
# Date created: Apr 23, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= surf
|
2003-08-02 02:21:02 +00:00
|
|
|
PORTVERSION= 1.0.4
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 1
|
2001-04-23 16:52:21 +00:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2001-11-26 18:08:17 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= Visualize some real algebraic geometry
|
2001-04-23 16:52:21 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
2001-11-26 18:08:17 +00:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
2002-06-25 07:09:44 +00:00
|
|
|
gmp.6:${PORTSDIR}/math/libgmp4
|
2001-04-23 16:52:21 +00:00
|
|
|
|
2002-08-30 14:07:44 +00:00
|
|
|
USE_GNOME= gtk12
|
2001-04-23 16:52:21 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-09-20 06:22:32 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2001-04-23 16:52:21 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
MAN1= surf.1
|
|
|
|
|
2003-06-04 22:43:38 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-05-18 11:59:35 +00:00
|
|
|
.include <bsd.port.post.mk>
|