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
e406842bda
commit
8f0a2f25e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355522
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= camserv
|
||||
PORTVERSION= 0.5.1
|
||||
PORTREVISION= 17
|
||||
PORTREVISION= 18
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF/cserv/${PORTNAME}/${PORTVERSION}
|
||||
@ -15,15 +15,18 @@ LICENSE= GPLv2 # (or later)
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
OPTIONS_DEFINE= IMLIB2 PIXBUF V4L
|
||||
OPTIONS_DEFAULT=IMLIB2
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
USE_AUTOTOOLS= autoconf libtool libltdl
|
||||
USES= libtool
|
||||
USE_AUTOTOOLS= autoconf libltdl
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_DEFINE= IMLIB2 PIXBUF V4L
|
||||
OPTIONS_DEFAULT=IMLIB2
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MIMLIB2}
|
||||
|
@ -1,37 +1,37 @@
|
||||
bin/camserv
|
||||
bin/relay
|
||||
%%PIXBUF%%lib/camserv/libgdk_pixbuf_filter.a
|
||||
%%PIXBUF%%lib/camserv/libgdk_pixbuf_filter.la
|
||||
%%PIXBUF%%lib/camserv/libgdk_pixbuf_filter.so
|
||||
%%PIXBUF%%lib/camserv/libgdk_pixbuf_filter.so.0
|
||||
%%PIXBUF%%lib/camserv/libgdk_pixbuf_filter.so.0.0.0
|
||||
%%IMLIB2%%lib/camserv/libimlib2_filter.a
|
||||
%%IMLIB2%%lib/camserv/libimlib2_filter.la
|
||||
%%IMLIB2%%lib/camserv/libimlib2_filter.so
|
||||
%%IMLIB2%%lib/camserv/libimlib2_filter.so.0
|
||||
%%IMLIB2%%lib/camserv/libimlib2_filter.so.0.0.0
|
||||
lib/camserv/libjpg_filter.a
|
||||
lib/camserv/libjpg_filter.la
|
||||
lib/camserv/libjpg_filter.so
|
||||
lib/camserv/libjpg_filter.so.0
|
||||
lib/camserv/libjpg_filter.so.0.0.0
|
||||
lib/camserv/librand_filter.a
|
||||
lib/camserv/librand_filter.la
|
||||
lib/camserv/librand_filter.so
|
||||
lib/camserv/librand_filter.so.0
|
||||
lib/camserv/librand_filter.so.0.0.0
|
||||
lib/camserv/libtext_filter.a
|
||||
lib/camserv/libtext_filter.la
|
||||
lib/camserv/libtext_filter.so
|
||||
lib/camserv/libtext_filter.so.0
|
||||
lib/camserv/libtext_filter.so.0.0.0
|
||||
lib/camserv/libvideo_basic.a
|
||||
lib/camserv/libvideo_basic.la
|
||||
lib/camserv/libvideo_basic.so
|
||||
lib/camserv/libvideo_basic.so.0
|
||||
lib/camserv/libvideo_basic.so.0.0.0
|
||||
lib/camserv/libvideo_fbsd_bttv.a
|
||||
lib/camserv/libvideo_fbsd_bttv.la
|
||||
lib/camserv/libvideo_fbsd_bttv.so
|
||||
lib/camserv/libvideo_fbsd_bttv.so.0
|
||||
lib/camserv/libvideo_fbsd_bttv.so.0.0.0
|
||||
%%V4L%%lib/camserv/libvideo_v4l.a
|
||||
%%V4L%%lib/camserv/libvideo_v4l.la
|
||||
%%V4L%%lib/camserv/libvideo_v4l.so
|
||||
%%V4L%%lib/camserv/libvideo_v4l.so.0
|
||||
%%V4L%%lib/camserv/libvideo_v4l.so.0.0.0
|
||||
%%DATADIR%%/camserv.cfg.dist
|
||||
%%DATADIR%%/defpage.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
|
Loading…
Reference in New Issue
Block a user