diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-01-28 08:31:09 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-01-28 08:31:09 +0800 |
commit | f4e116baebf6408748d8e3e07869345430f913ef (patch) | |
tree | 4a218f3a84098e1576d48f8095dfe536879cd3e8 /x11-toolkits | |
parent | 37db1cbf20a05d02d322a2035ead950db1c0e3b9 (diff) | |
download | freebsd-ports-gnome-f4e116baebf6408748d8e3e07869345430f913ef.tar.gz freebsd-ports-gnome-f4e116baebf6408748d8e3e07869345430f913ef.tar.zst freebsd-ports-gnome-f4e116baebf6408748d8e3e07869345430f913ef.zip |
Update port to 1.0.7
PR: 16400
Submitted by: Maintainer
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fltk/Makefile | 18 | ||||
-rw-r--r-- | x11-toolkits/fltk/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/fltk/pkg-descr | 2 | ||||
-rw-r--r-- | x11-toolkits/fltk/pkg-plist | 2 |
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 |