freebsd-ports/audio/ripenc/Makefile
Hye-Shik Chang 55c997b301 - Update to 1.1
- Give maintainership to submitter

PR:		40212
Submitted by:	Tilman Linneweh <tilman@arved.de>
Approved by:	Joao Carlos Mendes Luis <jonny@jonny.eng.br>
		(previous maintainer)
2002-07-05 19:09:04 +00:00

22 lines
440 B
Makefile

# New ports collection makefile for: ripenc
# Date created: 28 February 1999
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
# $FreeBSD$
#
PORTNAME= ripenc
PORTVERSION= 1.1
CATEGORIES= audio
MASTER_SITES= http://home.kc.rr.com/ripenc/
MAINTAINER= freebsdports@arved.de
WRKSRC= ${WRKDIR}/ripenc
NO_BUILD= Shell Script
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ripenc ${PREFIX}/bin
.include <bsd.port.mk>