1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/audio/ripenc/Makefile
Satoshi Taoka d1d1dea9d0 Script that automates the ripping, encoding, and naming of CD's
PR:		10313
Submitted by:	Joao Carlos Mendes Luis <jonny@jonny.eng.br>
1999-04-27 12:57:56 +00:00

23 lines
487 B
Makefile

# New ports collection makefile for: ripenc
# URL: http://www.asde.com/~mjparme/index.htm
# Version required: 0.6
# Date created: 28 February 1999
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
# $Id: $
#
DISTNAME= ripenc0.6
PKGNAME= ripenc-0.6
CATEGORIES= audio
MASTER_SITES= http://www.asde.com/~mjparme/
MAINTAINER= jonny@jonny.eng.br
NO_BUILD= Shell Script
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ripenc ${PREFIX}/bin
.include <bsd.port.mk>