1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/audio/wsoundserver/Makefile
Seiichirou Hiraoka 06e06ff4f6 PR: ports/9049
Submitted by:	gljohns@bellsouth.net
sound server for Window Maker.
1998-12-23 02:53:35 +00:00

29 lines
651 B
Makefile

# New ports collection makefile for: wmsound
# Version required: 0.9.0
# Date created: 9 December 1998
# Whom: gljohns@bellsouth.net
#
# $Id$
#
DISTNAME= wmsound-0.9.0
CATEGORIES= audio
MASTER_SITES= http://www.frontiernet.net/~southgat/wmsound/download/
MAINTAINER= gljohns@bellsouth.net
BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
FETCH_BEFORE_ARGS= -b
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
post-install:
${SH} ${FILESDIR}/configure > ${WRKDIR}/WMSound
${INSTALL_DATA} ${WRKDIR}/WMSound \
${PREFIX}/share/WindowMaker/Defaults/WMSound
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>