mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Stage support
This commit is contained in:
parent
e187531b27
commit
0c89abcf89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344218
@ -14,7 +14,6 @@ LICENSE= GPLv2
|
|||||||
LIB_DEPENDS= libmp3splt.so:${PORTSDIR}/audio/libmp3splt
|
LIB_DEPENDS= libmp3splt.so:${PORTSDIR}/audio/libmp3splt
|
||||||
|
|
||||||
USES= pkgconfig:build
|
USES= pkgconfig:build
|
||||||
NO_STAGE= yes
|
|
||||||
USE_AUTOTOOLS= libltdl
|
USE_AUTOTOOLS= libltdl
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --enable-oggsplt_symlink
|
CONFIGURE_ARGS= --enable-oggsplt_symlink
|
||||||
@ -23,8 +22,9 @@ CONFIGURE_ENV+= PKG_CONFIG_PATH=${LOCALBASE}/lib/pkgconfig
|
|||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
MAN1= oggsplt.1 mp3splt.1
|
PLIST_FILES= bin/mp3splt bin/oggsplt \
|
||||||
PLIST_FILES= bin/mp3splt bin/oggsplt
|
man/man1/mp3splt.1.gz \
|
||||||
|
man/man1/oggsplt.1.gz
|
||||||
|
|
||||||
OPTIONS_DEFINE= NLS
|
OPTIONS_DEFINE= NLS
|
||||||
OPTIONS_DEFAULT= NLS
|
OPTIONS_DEFAULT= NLS
|
||||||
|
Loading…
Reference in New Issue
Block a user