mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5b9ec035b7
wmmp3 is a front-end for mpg123 that lives on the Window Maker dock. Yet another semi-useful dockapp :-)
31 lines
941 B
Makefile
31 lines
941 B
Makefile
# New ports collection makefile for: wmmp3
|
|
# Version required: 0.11
|
|
# Date created: 09 December 1999
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
DISTNAME= wmmp3-0.11
|
|
CATEGORIES= audio windowmaker
|
|
MASTER_SITES= http://www.dotfiles.com/software/wmmp3/
|
|
|
|
MAINTAINER= jim@FreeBSD.org
|
|
|
|
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
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>
|