blob: 91165674eeeb4ff85a20dc318b5deab87fba2fd7 (
plain) (
blame)
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: 1.0.2
# Date created: 12 December 1998
# Whom: gljohns@bellsouth.net
#
# $FreeBSD$
#
DISTNAME= WSoundPrefs-1.0.2
CATEGORIES= audio windowmaker
MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker \
wmsound:${PORTSDIR}/audio/wmsound
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>
|