mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Support stage
Remove directories not in the mtree Modernize LIB_DEPENDS
This commit is contained in:
parent
635db1894c
commit
e4350d60d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341342
2 changed files with 7 additions and 4 deletions
|
@ -10,19 +10,17 @@ DISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION}
|
||||||
MAINTAINER= oliver@FreeBSD.org
|
MAINTAINER= oliver@FreeBSD.org
|
||||||
COMMENT= Routines to access raw VBI capture devices
|
COMMENT= Routines to access raw VBI capture devices
|
||||||
|
|
||||||
LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \
|
LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png \
|
||||||
unicode.0:${PORTSDIR}/devel/libunicode
|
libunicode.so:${PORTSDIR}/devel/libunicode
|
||||||
|
|
||||||
USES= gettext pathfix pkgconfig
|
USES= gettext pathfix pkgconfig
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
MAN1= zvbi-ntsc-cc.1
|
|
||||||
|
|
||||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L/usr/lib"
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L/usr/lib"
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|#cpu (\([^)]*\))|defined(__\1__)|g' \
|
@${REINPLACE_CMD} -e 's|#cpu (\([^)]*\))|defined(__\1__)|g' \
|
||||||
${WRKSRC}/src/misc.h \
|
${WRKSRC}/src/misc.h \
|
||||||
|
|
|
@ -5,6 +5,7 @@ lib/libzvbi.la
|
||||||
lib/libzvbi.so
|
lib/libzvbi.so
|
||||||
lib/libzvbi.so.13
|
lib/libzvbi.so.13
|
||||||
libdata/pkgconfig/zvbi-0.2.pc
|
libdata/pkgconfig/zvbi-0.2.pc
|
||||||
|
man/man1/zvbi-ntsc-cc.1.gz
|
||||||
share/locale/de/LC_MESSAGES/zvbi.mo
|
share/locale/de/LC_MESSAGES/zvbi.mo
|
||||||
share/locale/en@boldquot/LC_MESSAGES/zvbi.mo
|
share/locale/en@boldquot/LC_MESSAGES/zvbi.mo
|
||||||
share/locale/en@quot/LC_MESSAGES/zvbi.mo
|
share/locale/en@quot/LC_MESSAGES/zvbi.mo
|
||||||
|
@ -13,3 +14,7 @@ share/locale/fr/LC_MESSAGES/zvbi.mo
|
||||||
share/locale/it/LC_MESSAGES/zvbi.mo
|
share/locale/it/LC_MESSAGES/zvbi.mo
|
||||||
share/locale/nl/LC_MESSAGES/zvbi.mo
|
share/locale/nl/LC_MESSAGES/zvbi.mo
|
||||||
share/locale/pl/LC_MESSAGES/zvbi.mo
|
share/locale/pl/LC_MESSAGES/zvbi.mo
|
||||||
|
@dirrmtry share/locale/en@quot/LC_MESSAGES
|
||||||
|
@dirrmtry share/locale/en@quot
|
||||||
|
@dirrmtry share/locale/en@boldquot/LC_MESSAGES
|
||||||
|
@dirrmtry share/locale/en@boldquot
|
||||||
|
|
Loading…
Add table
Reference in a new issue