aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/fltk/Makefile
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-01-28 08:31:09 +0800
committerjedgar <jedgar@FreeBSD.org>2000-01-28 08:31:09 +0800
commitf4e116baebf6408748d8e3e07869345430f913ef (patch)
tree4a218f3a84098e1576d48f8095dfe536879cd3e8 /x11-toolkits/fltk/Makefile
parent37db1cbf20a05d02d322a2035ead950db1c0e3b9 (diff)
downloadfreebsd-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/fltk/Makefile')
-rw-r--r--x11-toolkits/fltk/Makefile18
1 files changed, 9 insertions, 9 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