mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
2cacbb7d1c
PR: 9627 Submitted by: Glenn Johnson <gljohns@bellsouth.net>
28 lines
732 B
Makefile
28 lines
732 B
Makefile
# New ports collection makefile for: wmsound
|
|
# Version required: 0.9.0
|
|
# Date created: 9 December 1998
|
|
# Whom: gljohns@bellsouth.net
|
|
#
|
|
# $Id: Makefile,v 1.2 1999/01/18 06:42:59 asami Exp $
|
|
#
|
|
|
|
DISTNAME= wmsound-0.9.2
|
|
CATEGORIES= audio windowmaker
|
|
MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
|
|
|
|
MAINTAINER= gljohns@bellsouth.net
|
|
|
|
BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
|
|
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
post-install:
|
|
${SH} ${FILESDIR}/configure > ${WRKDIR}/WMSound
|
|
${MKDIR} ${PREFIX}/share/WindowMaker/Defaults
|
|
${INSTALL_DATA} ${WRKDIR}/WMSound \
|
|
${PREFIX}/share/WindowMaker/Defaults/WMSound
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|