summaryrefslogtreecommitdiff
path: root/graphics/gts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gts/Makefile')
-rw-r--r--graphics/gts/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/graphics/gts/Makefile b/graphics/gts/Makefile
index 0024eb673ee8..dce432b546f9 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>