2000-10-11 23:30:09 +00:00
|
|
|
# New ports collection makefile for: wmusic
|
|
|
|
# Date created: 16 September 2000
|
2001-04-09 10:41:36 +00:00
|
|
|
# Whom: eric
|
2000-10-11 23:30:09 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wmusic
|
2004-03-04 16:03:03 +00:00
|
|
|
PORTVERSION= 1.5.0
|
2008-06-06 13:08:29 +00:00
|
|
|
PORTREVISION= 3
|
2000-10-11 23:30:09 +00:00
|
|
|
CATEGORIES= audio windowmaker
|
2004-03-04 16:03:03 +00:00
|
|
|
MASTER_SITES= http://home.jtan.com/~john/wmusic/
|
2000-10-11 23:30:09 +00:00
|
|
|
|
2003-02-04 18:51:54 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-05-16 03:15:12 +00:00
|
|
|
COMMENT= A remote control dockapp for xmms
|
2000-10-11 23:30:09 +00:00
|
|
|
|
2004-01-31 15:09:22 +00:00
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
2000-10-11 23:30:09 +00:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
USE_XORG= xpm
|
2002-10-18 03:48:26 +00:00
|
|
|
USE_GNOME= gtk12
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= PATH_GTKCONFIG=${GTK_CONFIG}
|
2000-10-11 23:30:09 +00:00
|
|
|
|
2003-05-16 03:15:12 +00:00
|
|
|
MAN1= wmusic.1
|
2004-03-04 16:03:03 +00:00
|
|
|
PORTDOCS= README
|
|
|
|
PLIST_FILES= bin/wmusic
|
2004-01-31 15:09:22 +00:00
|
|
|
|
2001-05-14 07:16:05 +00:00
|
|
|
do-install:
|
2002-10-18 03:48:26 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/wmusic ${PREFIX}/bin
|
2003-05-16 03:15:12 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/debian/wmusic.1 ${MANPREFIX}/man/man1
|
2001-05-14 07:16:05 +00:00
|
|
|
.ifndef(NOPORTDOCS)
|
2002-10-18 03:48:26 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
2001-05-14 07:16:05 +00:00
|
|
|
.endif
|
|
|
|
|
2000-10-11 23:30:09 +00:00
|
|
|
.include <bsd.port.mk>
|