openbsd-ports/audio/wmmp/Makefile
2007-03-31 12:02:59 +00:00

25 lines
513 B
Makefile

# $OpenBSD: Makefile,v 1.2 2007/03/31 12:02:59 steven Exp $
COMMENT= "wm-dockapp to control MPD"
DISTNAME= WMmp-0.10.0
PKGNAME= ${DISTNAME}p0
CATEGORIES= audio x11 x11/windowmaker
MAINTAINER= Jasper Lievisse Adriaanse <jasper@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= http://mercury.chem.pitt.edu/~shank/
CONFIGURE_STYLE= gnu
USE_X11= Yes
USE_LIBTOOL= Yes
.include <bsd.port.mk>