mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Support staging
- Switch to USES=libtool, drop .la files
This commit is contained in:
parent
141e0fd96b
commit
7758b79f22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356668
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ftgl
|
||||
DISTVERSION= 2.1.3-rc5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/FTGL%20Source/2.1.3%7Erc5
|
||||
@ -16,9 +16,10 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-gl-inc="${LOCALBASE}/include" \
|
||||
--without-glut-inc
|
||||
USES= pathfix gmake
|
||||
USES= pathfix gmake libtool:keepla
|
||||
USE_GL= gl glu
|
||||
USE_XORG= x11 xext xmu
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-/~/}
|
||||
|
@ -24,5 +24,6 @@ lib/libftgl.a
|
||||
lib/libftgl.la
|
||||
lib/libftgl.so
|
||||
lib/libftgl.so.2
|
||||
lib/libftgl.so.2.1.3
|
||||
libdata/pkgconfig/ftgl.pc
|
||||
@dirrm include/FTGL
|
||||
|
Loading…
Reference in New Issue
Block a user