mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# New ports collection makefile for: wsoundPrefs
|
|
# Date created: 12 December 1998
|
|
# Whom: gljohns@bellsouth.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wsoundprefs
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= audio windowmaker
|
|
MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
|
|
DISTFILE= WSoundPrefs-${PORTVERSION}
|
|
|
|
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>
|