aboutsummaryrefslogtreecommitdiff
path: root/graphics/libgltext
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-23 13:47:16 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-23 13:47:16 +0000
commitef265a4dde0b388f043dc7334186f092a65200aa (patch)
tree5c9b46d230795da80ef408001019f9e0b819e8fe /graphics/libgltext
parent622869e534cc3245af447ebefc55df40ad114163 (diff)
downloadports-ef265a4dde0b388f043dc7334186f092a65200aa.tar.gz
ports-ef265a4dde0b388f043dc7334186f092a65200aa.zip
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=358947
Diffstat (limited to 'graphics/libgltext')
-rw-r--r--graphics/libgltext/Makefile6
-rw-r--r--graphics/libgltext/pkg-plist5
2 files changed, 5 insertions, 6 deletions
diff --git a/graphics/libgltext/Makefile b/graphics/libgltext/Makefile
index 30f144cf9df7..28f4b4598ba9 100644
--- a/graphics/libgltext/Makefile
+++ b/graphics/libgltext/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libgltext
PORTVERSION= 0.3.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= SF/gltext/gltext/${PORTVERSION}
DISTNAME= gltext-${PORTVERSION}
@@ -13,8 +13,7 @@ COMMENT= Portable font rendering library for C++
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
-USE_AUTOTOOLS= libtool
-USES= gmake
+USES= gmake libtool
USE_GL= glu
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -22,6 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
OPTIONS_DEFINE= EXAMPLES
EXAMPLES_DESC= Compile examples, need libglut
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MEXAMPLES}
diff --git a/graphics/libgltext/pkg-plist b/graphics/libgltext/pkg-plist
index eb11866ce430..15554c1f2a0c 100644
--- a/graphics/libgltext/pkg-plist
+++ b/graphics/libgltext/pkg-plist
@@ -1,8 +1,7 @@
include/gltext.h
-lib/libgltext.so.0
-lib/libgltext.so
-lib/libgltext.la
lib/libgltext.a
+lib/libgltext.so
+lib/libgltext.so.0
%%PORTDOCS%%%%DOCSDIR%%/tutorial.txt
%%EXAMPLES%%%%EXAMPLESDIR%%/alpha/alpha
%%EXAMPLES%%%%EXAMPLESDIR%%/alpha/alpha.cpp