1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/audio/wmrecord/Makefile
Jun Kuriyama 4e860570bd Pass maintainership for these ports to ports@.
Domain of former maintainer is not exist.
2002-11-18 03:06:10 +00:00

25 lines
515 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://www.bruhaha.co.uk/
MAINTAINER= ports@FreeBSD.org
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>