mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Fix plist, pointed out by kris
- Don't install .la. Install .a instead - Silence sed invocation - Bump autoconf dependancy - Bump PORTREVISION - Use DATADIR macro PR: ports/75355 Submitted by: maintainer
This commit is contained in:
parent
58eec2e3bd
commit
222f9ba322
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125455
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= camserv
|
||||
PORTVERSION= 0.5.1
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
@ -22,22 +23,20 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
|
||||
ONLY_FOR_ARCHS= i386 alpha
|
||||
|
||||
USE_LIBLTDL= yes
|
||||
USE_X_LIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
USE_REINPLACE= yes
|
||||
USE_AUTOCONF_VER=253
|
||||
USE_AUTOCONF_VER=259
|
||||
|
||||
#CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \
|
||||
-I${X11BASE}/include/gtk12 -I${X11BASE}/include/gdk-pixbuf-1.0 \
|
||||
-I${LOCALBASE}/include/glib12" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS+=--enable-static=no
|
||||
|
||||
.if exists(/usr/include/dev/bktr/ioctl_bt848.h)
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's#machine/\(ioctl_bt848.h\)#dev/bktr/\1#' \
|
||||
@${REINPLACE_CMD} -e 's#machine/\(ioctl_bt848.h\)#dev/bktr/\1#' \
|
||||
${WRKSRC}/camserv/video_fbsd_bttv.c \
|
||||
${WRKSRC}/configure.in
|
||||
.endif
|
||||
|
@ -1,28 +1,30 @@
|
||||
bin/camserv
|
||||
bin/relay
|
||||
lib/camserv/libgdk_pixbuf_filter.la
|
||||
lib/camserv/libgdk_pixbuf_filter.a
|
||||
lib/camserv/libgdk_pixbuf_filter.so
|
||||
lib/camserv/libgdk_pixbuf_filter.so.0
|
||||
lib/camserv/libimlib2_filter.la
|
||||
lib/camserv/libimlib2_filter.a
|
||||
lib/camserv/libimlib2_filter.so
|
||||
lib/camserv/libimlib2_filter.so.0
|
||||
lib/camserv/libjpg_filter.la
|
||||
lib/camserv/libjpg_filter.a
|
||||
lib/camserv/libjpg_filter.so
|
||||
lib/camserv/libjpg_filter.so.0
|
||||
lib/camserv/librand_filter.la
|
||||
lib/camserv/librand_filter.a
|
||||
lib/camserv/librand_filter.so
|
||||
lib/camserv/librand_filter.so.0
|
||||
lib/camserv/libtext_filter.la
|
||||
lib/camserv/libtext_filter.a
|
||||
lib/camserv/libtext_filter.so
|
||||
lib/camserv/libtext_filter.so.0
|
||||
lib/camserv/libvideo_basic.la
|
||||
lib/camserv/libvideo_basic.a
|
||||
lib/camserv/libvideo_basic.so
|
||||
lib/camserv/libvideo_basic.so.0
|
||||
%%BKTR%%lib/camserv/libvideo_fbsd_bttv.la
|
||||
%%BKTR%%lib/camserv/libvideo_fbsd_bttv.a
|
||||
%%BKTR%%lib/camserv/libvideo_fbsd_bttv.so
|
||||
%%BKTR%%lib/camserv/libvideo_fbsd_bttv.so.0
|
||||
share/camserv/camserv.cfg.dist
|
||||
share/camserv/defpage.html
|
||||
%%DATADIR%%/camserv.cfg.dist
|
||||
%%DATADIR%%/defpage.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/javascript.txt
|
||||
@dirrm lib/camserv
|
||||
@dirrm share/camserv
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user