1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/audio/wmrecord/Makefile
Erwin Lansing 25edfdba9d Change adress in MASTER_SITES
PR:		53029
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca>
Approved by:	edwin (mentor)
2003-06-08 08:16:04 +00:00

26 lines
610 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://linuxberg.matrix.com.br/files/x11/dock/
MAINTAINER= ports@FreeBSD.org
COMMENT= General purpose audio recording utility for the WindowMaker dock
USE_XPM= YES
USE_X_PREFIX= YES
MAN1= wmrecord.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/wmrecord ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/man/wmrecord.1 ${PREFIX}/man/man1
.include <bsd.port.mk>