1e474f48e1
"I haven't used any of those ports myself for a long time, so I think it's best you remove me as maintainer."
36 lines
757 B
Makefile
36 lines
757 B
Makefile
# $OpenBSD: Makefile,v 1.21 2012/12/13 16:34:47 naddy Exp $
|
|
|
|
COMMENT= wm-dockapp; front end for an mp3 player
|
|
|
|
DISTNAME= wmmp3-0.12
|
|
REVISION= 3
|
|
CATEGORIES= audio x11 x11/windowmaker
|
|
|
|
HOMEPAGE= http://www.dotfiles.com/software/wmmp3/
|
|
|
|
# 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>
|