openbsd-ports/audio/wmmp3/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

38 lines
810 B
Makefile

# $OpenBSD: Makefile,v 1.20 2012/03/29 13:38:13 sthen Exp $
COMMENT= wm-dockapp; front end for an mp3 player
DISTNAME= wmmp3-0.12
REVISION= 2
CATEGORIES= audio x11 x11/windowmaker
HOMEPAGE= http://www.dotfiles.com/software/wmmp3/
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xpm c
MASTER_SITES= ${HOMEPAGE}
RUN_DEPENDS= audio/madplay
SEPARATE_BUILD= Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
SAMPLE_DIR= ${PREFIX}/share/examples/wmmp3
SUBST_VARS+= SAMPLE_DIR
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>