1999-12-09 20:42:27 +00:00
|
|
|
# New ports collection makefile for: wmmp3
|
|
|
|
# Date created: 09 December 1999
|
|
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-14 12:55:05 +00:00
|
|
|
PORTNAME= wmmp3
|
2000-05-08 19:48:11 +00:00
|
|
|
PORTVERSION= 0.12
|
- 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
|
|
|
PORTREVISION= 2
|
1999-12-09 20:42:27 +00:00
|
|
|
CATEGORIES= audio windowmaker
|
2003-10-27 09:11:28 +00:00
|
|
|
MASTER_SITES= http://www.dotfiles.com/software/wmmp3/
|
1999-12-09 20:42:27 +00:00
|
|
|
|
2003-12-15 01:17:29 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A front-end for mpg123 in a Window Maker dockapp
|
1999-12-09 20:42:27 +00:00
|
|
|
|
|
|
|
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
- 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= x11 xpm
|
1999-12-09 20:42:27 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${ECHO} "===> Installing sample.wmmp3 in ${PREFIX}/share/examples/wmmp3"
|
|
|
|
@${MKDIR} ${PREFIX}/share/examples/wmmp3 && ${CHMOD} a+rx ${PREFIX}/share/examples/wmmp3
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/sample.wmmp3 ${PREFIX}/share/examples/wmmp3
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmmp3"
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/wmmp3 && ${CHMOD} a+rx ${PREFIX}/share/doc/wmmp3
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmmp3
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|