blob: f23bea162e32c60c4fe193b855e4fc335ae5d10b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: ripenc
# URL: http://www.asde.com/~mjparme/index.htm
# Version required: 0.7
# Date created: 28 February 1999
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
# $FreeBSD$
#
DISTNAME= ripenc0.7
PKGNAME= ripenc-0.7
CATEGORIES= audio
MASTER_SITES= http://www.asde.com/~mjparme/
MAINTAINER= jonny@jonny.eng.br
WRKSRC= ${WRKDIR}/ripenc
NO_BUILD= Shell Script
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ripenc ${PREFIX}/bin
.include <bsd.port.mk>
|