1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Staging support

This commit is contained in:
Pawel Pekala 2014-02-28 15:31:53 +00:00
parent 322e65b5b9
commit cdfb91ef5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346530

View File

@ -12,12 +12,11 @@ COMMENT= Open Look-based audio mixer
LIB_DEPENDS= libxview.so:${PORTSDIR}/x11-toolkits/xview
NO_STAGE= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include -DUSE_XBM_ICON" \
LDFLAGS="-L${LOCALBASE}/lib" LIBRARIES="-lxview -lolgx -lX11"
PLIST_FILES= bin/xvmixer
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xvmixer ${LOCALBASE}/bin
${INSTALL_PROGRAM} ${WRKSRC}/xvmixer ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>