summaryrefslogtreecommitdiffstats
path: root/graphics/gts
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-08-31 17:19:24 +0000
committerdwcjr <dwcjr@FreeBSD.org>2002-08-31 17:19:24 +0000
commit4b64a79cb9caf8bb0d03db3d383bd3d92b2c3167 (patch)
tree5e1066676d59e465bdf471cd13e9d7ab8af43ef7 /graphics/gts
parent65dae7ff87731449ec6dff53a7a6e8190486d6ef (diff)
downloadFreeBSD-ports-4b64a79cb9caf8bb0d03db3d383bd3d92b2c3167.zip
FreeBSD-ports-4b64a79cb9caf8bb0d03db3d383bd3d92b2c3167.tar.gz
GNU_CONFIGURE -> USE_LIBTOOL
Add missing INSTALLS_SHLIB Fix LIB_DEPENDS Sort pkg-plist and add missing entry PR: 42242 Submitted by: tkato@prontomail.com
Diffstat (limited to 'graphics/gts')
-rw-r--r--graphics/gts/Makefile14
-rw-r--r--graphics/gts/pkg-plist4
2 files changed, 10 insertions, 8 deletions
diff --git a/graphics/gts/Makefile b/graphics/gts/Makefile
index 0024eb6..dce432b 100644
--- a/graphics/gts/Makefile
+++ b/graphics/gts/Makefile
@@ -8,25 +8,27 @@
PORTNAME= gts
PORTVERSION= 0.6.0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-USE_LIBTOOL= yes
USE_GNOMENG= yes
USE_GNOME= glib12
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+USE_LIBTOOL= yes
+LIBTOOLFLAGS= --disable-ltlibs --release-ignore
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+INSTALLS_SHLIB= yes
-.if !defined(NOPORTDOCS)
post-install:
+.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- ${CP} -R ${WRKSRC}/doc/html/* ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/graphics/gts/pkg-plist b/graphics/gts/pkg-plist
index 57f93a7..6f447b2 100644
--- a/graphics/gts/pkg-plist
+++ b/graphics/gts/pkg-plist
@@ -1,14 +1,14 @@
bin/gts-config
bin/gts2oogl
-bin/gtscompare
bin/gtscheck
+bin/gtscompare
bin/gtstemplate
bin/transform
include/gts.h
include/gtsconfig.h
-lib/libgts-0.6.so.0
lib/libgts.a
lib/libgts.so
+lib/libgts.so.0
share/aclocal/gts.m4
%%PORTDOCS%%share/doc/gts/book1.html
%%PORTDOCS%%share/doc/gts/c10143.html
OpenPOWER on IntegriCloud