mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Import of wmmp3.
wmmp3 is a front-end for mpg123 that lives on the Window Maker dock. Yet another semi-useful dockapp :-)
This commit is contained in:
parent
08f88504a3
commit
5b9ec035b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23687
30
audio/wmmp3/Makefile
Normal file
30
audio/wmmp3/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# 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>
|
1
audio/wmmp3/distinfo
Normal file
1
audio/wmmp3/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (wmmp3-0.11.tar.gz) = 9224461d1e35fa1b846119def0bd53a6
|
1
audio/wmmp3/pkg-comment
Normal file
1
audio/wmmp3/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A front-end for mpg123 in a Window Maker dockapp
|
4
audio/wmmp3/pkg-descr
Normal file
4
audio/wmmp3/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
wmmp3 is a front-end for the mpg123 player in the form of a Window Maker
|
||||
dockapp.
|
||||
|
||||
- Jim <jim@FreeBSD.org>
|
3
audio/wmmp3/pkg-plist
Normal file
3
audio/wmmp3/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/wmmp3
|
||||
share/examples/wmmp3/sample.wmmp3
|
||||
share/doc/wmmp3/README
|
Loading…
Reference in New Issue
Block a user