- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
622869e534
commit
ef265a4dde
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358947
2 changed files with 5 additions and 6 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue