aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libgltext
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-06-23 21:47:16 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-06-23 21:47:16 +0800
commit2da400f106f6f36224d4246675dbc0d8b3e7253e (patch)
tree5c9b46d230795da80ef408001019f9e0b819e8fe /graphics/libgltext
parenta228e28462849292c3d3de87ee65a4a84592ba09 (diff)
downloadfreebsd-ports-gnome-2da400f106f6f36224d4246675dbc0d8b3e7253e.tar.gz
freebsd-ports-gnome-2da400f106f6f36224d4246675dbc0d8b3e7253e.tar.zst
freebsd-ports-gnome-2da400f106f6f36224d4246675dbc0d8b3e7253e.zip
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
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