blob: b1f24d29a8a40a24c3d900a05d5ff0246bf3c55a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: wsoundPrefs
# Version required: 0.9.1
# Date created: 12 December 1998
# Whom: gljohns@bellsouth.net
#
# $Id: Makefile,v 1.2 1999/01/28 10:14:03 asami Exp $
#
DISTNAME= WSoundPrefs-0.9.3
CATEGORIES= audio windowmaker
MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
MAINTAINER= gljohns@bellsouth.net
BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker \
wmsound:${PORTSDIR}/audio/wmsound
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>
|