2002-09-17 10:46:06 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2002/09/17 14:46:06 wilfried Exp $
|
2001-03-28 04:59:37 -05:00
|
|
|
|
|
|
|
COMMENT= 'wm-dockapp; front end for mpg123'
|
2001-02-06 06:56:54 -05:00
|
|
|
|
2001-03-09 09:28:45 -05:00
|
|
|
DISTNAME= wmmp3-0.12
|
|
|
|
CATEGORIES= audio x11 x11/windowmaker
|
2001-02-06 06:56:54 -05:00
|
|
|
|
2001-03-09 09:28:45 -05:00
|
|
|
HOMEPAGE= http://www.dotfiles.com/software/wmmp3/
|
|
|
|
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
2001-02-06 06:56:54 -05:00
|
|
|
|
2002-05-15 05:30:21 -04:00
|
|
|
# GPL
|
2001-02-06 06:56:54 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-05-15 05:30:21 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
2001-02-06 06:56:54 -05:00
|
|
|
|
2001-11-14 08:58:34 -05:00
|
|
|
RUN_DEPENDS= :mpg123-*:audio/mpg123
|
2001-02-06 06:56:54 -05:00
|
|
|
|
2001-03-09 09:28:45 -05:00
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
USE_X11= Yes
|
2001-10-25 18:34:48 -04:00
|
|
|
NO_REGRESS= Yes
|
2001-03-09 09:28:45 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-02-06 06:56:54 -05:00
|
|
|
|
2001-03-09 09:28:45 -05:00
|
|
|
SAMPLE_DIR= ${PREFIX}/share/examples/wmmp3
|
|
|
|
SUBST_VARS+= SAMPLE_DIR
|
2001-02-06 06:56:54 -05: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>
|