aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-01-28 00:31:09 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-01-28 00:31:09 +0000
commit4a339cb8e2da96fe046e5d30eecb2af3a9094d16 (patch)
treef851997e33a64712ae9a8d1db293e80bab664da4
parent71c6f3117957667d57cb3b4f8572d39cf9edd46e (diff)
downloadports-4a339cb8e2da96fe046e5d30eecb2af3a9094d16.tar.gz
ports-4a339cb8e2da96fe046e5d30eecb2af3a9094d16.zip
Notes
-rw-r--r--x11-toolkits/fltk/Makefile18
-rw-r--r--x11-toolkits/fltk/distinfo2
-rw-r--r--x11-toolkits/fltk/pkg-descr2
-rw-r--r--x11-toolkits/fltk/pkg-plist2
4 files changed, 13 insertions, 11 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile
index b800e842d7dd..63281080b759 100644
--- a/x11-toolkits/fltk/Makefile
+++ b/x11-toolkits/fltk/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: fltk
-# Version required: 1.0.2
+# Version required: 1.0.7
# Date created: 11 February 1999
# Whom: Dima Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
-DISTNAME= fltk-1.0.3-source
-PKGNAME= fltk-1.0.3
+DISTNAME= fltk-1.0.7-source
+PKGNAME= fltk-1.0.7
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \
ftp://ftp.chg.ru/pub/X11/fltk/${VERSION}/ \
@@ -20,13 +20,13 @@ MAINTAINER= dima@chg.ru
LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3
+VERSION= 1.0.7
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
WRKSRC= ${WRKDIR}/${PKGNAME}
USE_X_PREFIX= yes
MAN1= fluid.1
-VERSION= 1.0.3
.include <bsd.port.pre.mk>
.if (${PORTOBJFORMAT} == "aout")
@@ -39,11 +39,11 @@ post-install:
${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/fltk
- @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.html \
- ${PREFIX}/share/doc/fltk
- @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.gif \
- ${PREFIX}/share/doc/fltk
- @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.jpg \
+ for ext in html gif jpg ; do \
+ ${INSTALL_DATA} ${WRKSRC}/documentation/*.$$ext \
+ ${PREFIX}/share/doc/fltk; \
+ done
+ ${INSTALL_DATA} ${WRKSRC}/documentation/README \
${PREFIX}/share/doc/fltk
.endif
diff --git a/x11-toolkits/fltk/distinfo b/x11-toolkits/fltk/distinfo
index c5ee06f919f9..4d3b178fd442 100644
--- a/x11-toolkits/fltk/distinfo
+++ b/x11-toolkits/fltk/distinfo
@@ -1 +1 @@
-MD5 (fltk-1.0.3-source.tar.bz2) = f787a1e30edfcae08e17a1220afd0475
+MD5 (fltk-1.0.7-source.tar.bz2) = 7fc6d2a02f4619a217b9a76afa2384ad
diff --git a/x11-toolkits/fltk/pkg-descr b/x11-toolkits/fltk/pkg-descr
index 148ea6f7a836..027e80787e95 100644
--- a/x11-toolkits/fltk/pkg-descr
+++ b/x11-toolkits/fltk/pkg-descr
@@ -1,7 +1,7 @@
The Fast Light ToolKit ("FLTK", pronounces "fulltick") is a LGPL'd C++
graphical user interface for X.
-WWW: http://fltk.easysw.com
+WWW: http://www.fltk.org
--Dima
dima@chg.ru
diff --git a/x11-toolkits/fltk/pkg-plist b/x11-toolkits/fltk/pkg-plist
index af9c04335f4b..a557b4b01f7e 100644
--- a/x11-toolkits/fltk/pkg-plist
+++ b/x11-toolkits/fltk/pkg-plist
@@ -321,5 +321,7 @@ share/doc/fltk/text.gif
share/doc/fltk/valuators.gif
share/doc/fltk/value_slider.gif
share/doc/fltk/widgets.html
+share/doc/fltk/README
@dirrm include/FL
+include/Fl
@dirrm share/doc/fltk