2003-01-11 08:35:25 +00:00
|
|
|
# New ports collection makefile for: drgenius
|
|
|
|
# Date created: 11 January 2003
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-10-06 09:02:35 +00:00
|
|
|
PORTNAME= drgeo
|
2004-09-03 08:21:26 +00:00
|
|
|
PORTVERSION= 0.9.14
|
2004-11-07 22:37:47 +00:00
|
|
|
PORTREVISION= 1
|
2003-01-11 08:35:25 +00:00
|
|
|
CATEGORIES= math
|
2003-10-06 09:02:35 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ofset
|
2003-01-11 08:35:25 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-10-06 09:02:35 +00:00
|
|
|
COMMENT= A GTK interactive geometry sofware
|
2003-01-11 08:35:25 +00:00
|
|
|
|
2003-05-02 03:29:26 +00:00
|
|
|
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
|
2003-01-11 08:35:25 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2004-02-28 19:43:12 +00:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libglade2
|
2003-01-11 08:35:25 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-07-15 13:16:56 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-01-11 08:35:25 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|