diff options
Diffstat (limited to 'math/drgeo/Makefile')
-rw-r--r-- | math/drgeo/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile index 2f706bb..5765a26 100644 --- a/math/drgeo/Makefile +++ b/math/drgeo/Makefile @@ -5,21 +5,20 @@ # $FreeBSD$ # -PORTNAME= drgenius -PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTNAME= drgeo +PORTVERSION= 0.9.9 CATEGORIES= math -MASTER_SITES= http://www.ofset.org/drgenius/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ofset MAINTAINER= ports@FreeBSD.org -COMMENT= The Gnome Interactive Geometry Sofware +COMMENT= A GTK interactive geometry sofware -BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomeprefix gnometarget libglade2 USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gnometarget libglade GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |