openbsd-ports/audio/wsoundprefs/Makefile

36 lines
871 B
Makefile

# $OpenBSD: Makefile,v 1.16 2002/04/19 12:47:38 wilfried Exp $
COMMENT= 'preferences program for wsoundserver'
DISTNAME= WSoundPrefs-1.1.1
PKGNAME= ${DISTNAME:L}
CATEGORIES= audio
NEED_VERSION= 1.515
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
MODULES= gettext
RUN_DEPENDS= :wsoundserver-*:audio/wsoundserver
LIB_DEPENDS= PropList.2::devel/libproplist \
wsound::audio/wsoundserver \
audiofile::devel/libaudiofile \
wraster.4::x11/windowmaker
USE_X11= Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= imake noman
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wsoundprefs
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/wsoundprefs
.include <bsd.port.mk>