mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
b94abe6e80
commit
165165b177
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356485
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= quesoglc
|
||||
PORTVERSION= 0.7.2
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/QuesoGLC/${PORTVERSION}
|
||||
|
||||
@ -14,9 +14,10 @@ LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
|
||||
|
||||
USES= tar:bzip2 pathfix gmake
|
||||
USES= tar:bzip2 pathfix gmake libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GL= gl glu glut
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -1,7 +1,7 @@
|
||||
include/GL/glc.h
|
||||
lib/libGLC.a
|
||||
lib/libGLC.la
|
||||
lib/libGLC.so
|
||||
lib/libGLC.so.0
|
||||
lib/libGLC.so.0.0.7
|
||||
libdata/pkgconfig/quesoglc.pc
|
||||
@dirrmtry include/GL
|
||||
|
Loading…
Reference in New Issue
Block a user