38 lines
869 B
Makefile
38 lines
869 B
Makefile
# $OpenBSD: Makefile,v 1.16 2009/08/10 06:29:52 kili Exp $
|
|
|
|
COMMENT= wm-dockapp; front end for an mp3 player
|
|
|
|
DISTNAME= wmmp3-0.12
|
|
PKGNAME= ${DISTNAME}p1
|
|
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 pthread-stubs xcb
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
RUN_DEPENDS= :madplay-*:audio/madplay
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
USE_X11= 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>
|