4c348c66ba
emove dead mirror and add working ones PR: ports/95384 Submitted by: Lars Engels <lars.engels@0x20.net>
29 lines
799 B
Makefile
29 lines
799 B
Makefile
# New ports collection makefile for: wmrecord
|
|
# Date created: 2 April 2001
|
|
# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmrecord
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= audio windowmaker
|
|
MASTER_SITES= http://linkinnovations.linux.tucows.com/files/x11/dock/ \
|
|
http://www.bsd-geek.de/FreeBSD/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= General purpose audio recording utility for the WindowMaker dock
|
|
|
|
USE_XPM= yes
|
|
USE_X_PREFIX= yes
|
|
MAKE_ARGS= LIBS="-L${X11BASE}/lib -lXpm -lX11 -lXext" \
|
|
CFLAGS="${CFLAGS} -I${X11BASE}/include" LIBDIR=""
|
|
|
|
MAN1= wmrecord.1
|
|
PLIST_FILES= bin/wmrecord
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/wmrecord ${PREFIX}/bin
|
|
@${INSTALL_MAN} ${WRKSRC}/man/wmrecord.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|