1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/audio/rio/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

33 lines
574 B
Makefile

# New ports collection makefile for: rio
# Date created: 29 April 1999
# Whom: Nick Sayer <nsayer@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= rio
PORTVERSION= 1.07
CATEGORIES= audio
MASTER_SITES= http://www.world.co.uk/sba/
DISTNAME= rio007
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.Org
WRKSRC= ${WRKDIR}/rio107
MAKEFILE= makefile
BINOWN= root
BINMODE= 4755
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500035
BROKEN= "Does not compile on 5.0"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin
.include <bsd.port.post.mk>