- Add explicit pkgconfig dependency
- Convert to new LIB_DEPENDS format - Include bsd.port.mk instead of the pre/post split ones.
This commit is contained in:
parent
9bcc463ef9
commit
fa66326bb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326324
1 changed files with 3 additions and 5 deletions
|
@ -14,23 +14,21 @@ COMMENT= A GTK2 based XMMS2 client, written in C
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= xmmsclient.6:${PORTSDIR}/audio/xmms2
|
||||
LIB_DEPENDS= libxmmsclient.so:${PORTSDIR}/audio/xmms2
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USES= gmake
|
||||
USES= gmake pkgconfig
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/gxmms2 \
|
||||
%%DATADIR%%/gxmms2_mini.xpm
|
||||
PLIST_DIRS= %%DATADIR%%
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/gxmms2src/gxmms2_mini.xpm ${DATADIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue