mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
06e06ff4f6
Submitted by: gljohns@bellsouth.net sound server for Window Maker.
29 lines
651 B
Makefile
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>
|