aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ripenc/Makefile
blob: a934f70e2058703001732f7cd9c6e50fc2aa57e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>