mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
add INSTALLS_SHLIB, USE_LIBTOOL
s/freebsd/FreeBSD/ in MAINTAINER field
This commit is contained in:
parent
703a191e7c
commit
0af439f6aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85925
@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= zapping
|
||||
DISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= oliver@freebsd.org
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= Routines to access raw VBI capture devices
|
||||
|
||||
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \
|
||||
@ -21,12 +21,14 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE}/include \
|
||||
--with-libintl-prefix=${LOCALBASE}/include
|
||||
|
||||
CONFIGURE_ENV= CC="$(CC) -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -L/usr/lib"
|
||||
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -L/usr/lib"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
||||
|
Loading…
Reference in New Issue
Block a user