openbsd-ports/audio/wsoundprefs/Makefile
2001-03-14 12:23:10 +00:00

39 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.7 2001/03/14 12:23:14 wilfried Exp $
DISTNAME= WSoundPrefs-1.1.1
PKGNAME= ${DISTNAME:L}
CATEGORIES= audio
NEED_VERSION= 1.340
HOMEPAGE= http://shadowmere.student.utwente.nl/
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
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/ \
ftp://ftp.funet.fi/pub/FreeBSD/eurocrypt/distfiles/ \
ftp://ftp.sra.co.jp/pub/os/FreeBSD/distfiles/
RUN_DEPENDS= wsoundserver::audio/wsoundserver
LIB_DEPENDS= PropList.2::devel/libproplist \
wsound::audio/wsoundserver \
audiofile::devel/libaudiofile \
tiff.35::graphics/tiff \
png.1::graphics/png \
jpeg.62::graphics/jpeg \
gif.4::graphics/giflib \
wraster.2::x11/windowmaker
USE_X11= 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>