mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
165feca772
PR: 14180 Submitted by: Osokin Sergey <ozz@FreeBSD.org.ru>
29 lines
741 B
Makefile
29 lines
741 B
Makefile
# New ports collection makefile for: wmsound
|
|
# Version required: 0.9.0
|
|
# Date created: 9 December 1998
|
|
# Whom: gljohns@bellsouth.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= wmsound-0.9.5
|
|
CATEGORIES= audio windowmaker
|
|
MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
|
|
LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList
|
|
|
|
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>
|