diff options
author | krion <krion@FreeBSD.org> | 2003-09-27 23:23:37 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-27 23:23:37 +0800 |
commit | 2927825f34b28c57bdbb4d01c8a07452f4c3fa58 (patch) | |
tree | 1059e71d16848e6339c1d058a820f86b33f5a278 /math/drgeo/Makefile | |
parent | cba8f3b8120be4c0e37a0a9d5a8fa2205e15e44d (diff) | |
download | freebsd-ports-gnome-2927825f34b28c57bdbb4d01c8a07452f4c3fa58.tar.gz freebsd-ports-gnome-2927825f34b28c57bdbb4d01c8a07452f4c3fa58.tar.zst freebsd-ports-gnome-2927825f34b28c57bdbb4d01c8a07452f4c3fa58.zip |
- Update to drgeo version 0.9.9
PR: 57287
Submitted by: Ports Fury
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 2f706bb3f440..5765a2673192 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" |