openbsd-ports/audio/wmmp/Makefile
espie 2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00

26 lines
531 B
Makefile

# $OpenBSD: Makefile,v 1.9 2010/11/15 00:22:49 espie Exp $
COMMENT= wm-dockapp to control MPD
DISTNAME= WMmp-0.10.0
REVISION= 2
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 Xau Xdmcp Xext Xpm c pthread-stubs xcb
MASTER_SITES= http://mercury.chem.pitt.edu/~shank/
CONFIGURE_STYLE= gnu
USE_LIBTOOL= Yes
USE_GROFF = Yes
.include <bsd.port.mk>