1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/audio/wmusic/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

38 lines
787 B
Makefile

# New ports collection makefile for: wmusic
# Date created: 16 September 2000
# Whom: eric
#
# $FreeBSD$
#
PORTNAME= wmusic
PORTVERSION= 1.5.0
PORTREVISION= 3
CATEGORIES= audio windowmaker
MASTER_SITES= http://home.jtan.com/~john/wmusic/
MAINTAINER= ports@FreeBSD.org
COMMENT= A remote control dockapp for xmms
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
USE_XORG= xpm
USE_GNOME= gtk12
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= PATH_GTKCONFIG=${GTK_CONFIG}
MAN1= wmusic.1
PORTDOCS= README
PLIST_FILES= bin/wmusic
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/wmusic ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/debian/wmusic.1 ${MANPREFIX}/man/man1
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>