summaryrefslogtreecommitdiffstats
path: root/graphics/gliv/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-03-17 16:35:37 +0000
committervanilla <vanilla@FreeBSD.org>2001-03-17 16:35:37 +0000
commitd7ab5086e32ee2979160c2a0c792e5dd84036952 (patch)
treeba9ac31c9afecb87545fc45e2b7e18aa76cdcdd1 /graphics/gliv/Makefile
parent6080ef750440ed579628eabf651ff586d0ee07f6 (diff)
downloadFreeBSD-ports-d7ab5086e32ee2979160c2a0c792e5dd84036952.zip
FreeBSD-ports-d7ab5086e32ee2979160c2a0c792e5dd84036952.tar.gz
GLiv is an image viewer that uses Imlib2 and OpenGL.
PR: ports/25861 Submitted by: Jeremy Norris <ishmael27@home.com>
Diffstat (limited to 'graphics/gliv/Makefile')
-rw-r--r--graphics/gliv/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile
new file mode 100644
index 0000000..bdf111b
--- /dev/null
+++ b/graphics/gliv/Makefile
@@ -0,0 +1,29 @@
+# ports collection makefile for: gliv
+# Date created: 16 March 2001
+# Whom: Jeremy Norris <ishmael27@home.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gliv
+PORTVERSION= 1.0b6
+CATEGORIES= graphics
+MASTER_SITES= http://gliv.tuxfamily.org/
+DISTNAME= GLiv-1.0beta6
+
+MAINTAINER= ishmael27@home.com
+
+LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 \
+ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_MESA= yes
+GNU_CONFIGURE= yes
+USE_X_PREFIX= yes
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lgnugetopt" \
+ CFLAGS="-I${LOCALBASE}/include"
+
+MAN1= GLiv.1
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud