diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-11-19 17:00:26 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-11-19 17:00:26 +0000 |
commit | 23c417d101c744aac4ce10a9ccbcf7f3aeb29715 (patch) | |
tree | d437fb3ab19e348c1af90c29caaf8daa53be1498 /graphics/gtkfig/Makefile | |
parent | b3cd5973cf5be262e2db320614eceaa9b34f70e2 (diff) | |
download | FreeBSD-ports-23c417d101c744aac4ce10a9ccbcf7f3aeb29715.zip FreeBSD-ports-23c417d101c744aac4ce10a9ccbcf7f3aeb29715.tar.gz |
Import gtkfig, it is figure-drawing tools.
PR: ports/8734
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
Diffstat (limited to 'graphics/gtkfig/Makefile')
-rw-r--r-- | graphics/gtkfig/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/gtkfig/Makefile b/graphics/gtkfig/Makefile new file mode 100644 index 0000000..9373a9fb --- /dev/null +++ b/graphics/gtkfig/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gtkfig +# Version required: 0.6.0 +# Date created: Tue Nov 17 13:51:11 CET 1998 +# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> +# +# $Id$ +# + +DISTNAME= gtkfig-0.6.0 +CATEGORIES= graphics +MASTER_SITES= ftp://k332.feld.cvut.cz/pub/local/lemming/gtkfig/ \ + http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ + +MAINTAINER= ibex@physik.TU-Berlin.DE + +LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" \ + GTK_CONFIG=${X11BASE}/bin/gtk11-config + +.include <bsd.port.mk> |