1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Support staging

- Use new LIB_DEPENDS format
This commit is contained in:
Lars Engels 2013-09-26 09:13:51 +00:00
parent 6c9005a675
commit f8f15bd40d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328344

View File

@ -10,12 +10,11 @@ MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
MAINTAINER= lme@FreeBSD.org
COMMENT= Displays audio volume with an OSD
LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd
LIB_DEPENDS= libxosd.so:${PORTSDIR}/misc/xosd
NO_STAGE= yes
PLIST_FILES= bin/osdmixer
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/osdmixer ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/osdmixer ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>