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