2010-10-24 20:58:58 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2010/10/24 21:00:30 ajacoutot Exp $
|
2001-03-28 09:59:37 +00:00
|
|
|
|
2007-09-15 21:26:00 +00:00
|
|
|
COMMENT= wm-dockapp; front end for an mp3 player
|
2001-02-06 11:56:54 +00:00
|
|
|
|
2001-03-09 14:28:45 +00:00
|
|
|
DISTNAME= wmmp3-0.12
|
2010-09-05 22:00:13 +00:00
|
|
|
REVISION= 2
|
2001-03-09 14:28:45 +00:00
|
|
|
CATEGORIES= audio x11 x11/windowmaker
|
2001-02-06 11:56:54 +00:00
|
|
|
|
2001-03-09 14:28:45 +00:00
|
|
|
HOMEPAGE= http://www.dotfiles.com/software/wmmp3/
|
|
|
|
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
2001-02-06 11:56:54 +00:00
|
|
|
|
2002-05-15 09:30:21 +00:00
|
|
|
# GPL
|
2003-08-04 13:31:28 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2001-02-06 11:56:54 +00:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-09-05 22:00:13 +00:00
|
|
|
|
|
|
|
WANTLIB= X11 Xext Xpm c
|
2001-02-06 11:56:54 +00:00
|
|
|
|
2002-05-15 09:30:21 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
2001-02-06 11:56:54 +00:00
|
|
|
|
2003-12-10 21:28:58 +00:00
|
|
|
RUN_DEPENDS= :madplay-*:audio/madplay
|
2001-02-06 11:56:54 +00:00
|
|
|
|
2001-03-09 14:28:45 +00:00
|
|
|
SEPARATE_BUILD= concurrent
|
2001-10-25 22:34:48 +00:00
|
|
|
NO_REGRESS= Yes
|
2001-03-09 14:28:45 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-02-06 11:56:54 +00:00
|
|
|
|
2001-03-09 14:28:45 +00:00
|
|
|
SAMPLE_DIR= ${PREFIX}/share/examples/wmmp3
|
|
|
|
SUBST_VARS+= SAMPLE_DIR
|
2001-02-06 11:56:54 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/wmmp3 ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA_DIR} ${SAMPLE_DIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/sample.wmmp3 ${SAMPLE_DIR}/dot.wmmp3.sample
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|