1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/audio/wsoundprefs/Makefile
Pav Lucistnik 37ee10401e - Mark BROKEN: does not compile
SystemInfo.o(.text+0x141): In function `destroySystemInfo':
  : undefined reference to `wsyserror'
  *** Error code 1

Reported by:	pointyhat
2012-03-05 22:10:05 +00:00

30 lines
710 B
Makefile

# New ports collection makefile for: WSoundPrefs
# Date created: 12 December 1998
# Whom: gljohns@bellsouth.net
#
# $FreeBSD$
#
PORTNAME= wsoundprefs
PORTVERSION= 1.1.1
PORTREVISION= 9
CATEGORIES= audio windowmaker
MASTER_SITES= ${MASTER_SITE_NETBSD}
DISTNAME= WSoundPrefs-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A utility for configuring sounds to play for Window Maker events
BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
wsound.1:${PORTSDIR}/audio/wsoundserver
RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
BROKEN= does not compile
USE_IMAKE= yes
USE_XORG= x11 xext
NO_INSTALL_MANPAGES=yes
.include <bsd.port.mk>