mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to the 1.4.7 distfile, and clean up the build a bit.
PR: 27238 Submitted by: Patrick Li <pat@databits.net> Approved by: murray
This commit is contained in:
parent
ff3152f15c
commit
9d39fbd949
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42580
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wmusic
|
||||
PORTVERSION= 1.4.6
|
||||
PORTVERSION= 1.4.7
|
||||
CATEGORIES= audio windowmaker
|
||||
MASTER_SITES= http://hadess.net/files/
|
||||
|
||||
@ -16,12 +16,20 @@ BUILD_DEPENDS= xmms:${PORTSDIR}/audio/xmms
|
||||
RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${X11BASE}
|
||||
CONFIGURE_ENV= PATH_GTKCONFIG=${X11BASE}/bin/gtk12-config
|
||||
CONFIGURE_ENV= PATH_GTKCONFIG=${PREFIX}/bin/gtk12-config
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GLIB= yes
|
||||
USE_GTK= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/src/wmusic ${PREFIX}/bin
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
|
||||
${PREFIX}/share/doc/${PORTNAME}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
|
||||
@${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/${PORTNAME}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (wmusic-1.4.6.tar.gz) = 7a3aa5eedf4e4cb2b9293b08bd4e7c37
|
||||
MD5 (wmusic-1.4.7.tar.gz) = accd0711d89e4049174a2554e1c61958
|
||||
|
@ -1 +1,4 @@
|
||||
bin/wmusic
|
||||
%%PORTDOCS%%share/doc/wmusic/README
|
||||
%%PORTDOCS%%share/doc/wmusic/COPYING
|
||||
%%PORTDOCS%%@dirrm share/doc/wmusic
|
||||
|
Loading…
Reference in New Issue
Block a user