aboutsummaryrefslogtreecommitdiff
path: root/graphics/qglviewer/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-17 01:14:24 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-17 01:14:24 +0000
commit902937700e2228bae734f68b51e81621ff0a3b48 (patch)
treeafbd8b56a032d99513f40e5549868c8f67ec427e /graphics/qglviewer/Makefile
parent8cceaca76f3b19d316809c61efb87c25bc77494e (diff)
downloadports-902937700e2228bae734f68b51e81621ff0a3b48.tar.gz
ports-902937700e2228bae734f68b51e81621ff0a3b48.zip
Notes
Diffstat (limited to 'graphics/qglviewer/Makefile')
-rw-r--r--graphics/qglviewer/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/qglviewer/Makefile b/graphics/qglviewer/Makefile
index 6c7610dc5f37..9841660df18f 100644
--- a/graphics/qglviewer/Makefile
+++ b/graphics/qglviewer/Makefile
@@ -7,18 +7,18 @@
#
PORTNAME= qglviewer
-PORTVERSION= 1.3
-PORTREVISION= 1
+PORTVERSION= 1.4
CATEGORIES= graphics
MASTER_SITES= http://www.qglviewer.de/
-MAINTAINER= ports@freebsd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Use OpenGL to play around with three dimensional scenes
USE_QT_VER= 3
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= QTDIR="${X11BASE}"
INSTALLS_SHLIB= yes
@@ -40,7 +40,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
@${MKDIR} ${DOCSDIR}/html
${INSTALL_DATA} ${WRKSRC}/doc/html/*.css ${DOCSDIR}/html
- ${INSTALL_DATA} ${WRKSRC}/doc/html/*.gif ${DOCSDIR}/html
${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DOCSDIR}/html
.endif