diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 04:16:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 04:16:36 +0000 |
commit | a9b270272208e547b68d58c91c57682977be8a1a (patch) | |
tree | 3abb46a0477ac2dc65fb4427c14a89168d694811 /audio/ripenc/Makefile | |
parent | 4038b4f46a2a25c53ecf2093330b7003592e9351 (diff) | |
download | ports-a9b270272208e547b68d58c91c57682977be8a1a.tar.gz ports-a9b270272208e547b68d58c91c57682977be8a1a.zip |
Notes
Diffstat (limited to 'audio/ripenc/Makefile')
-rw-r--r-- | audio/ripenc/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/audio/ripenc/Makefile b/audio/ripenc/Makefile deleted file mode 100644 index b4fc578e24ed..000000000000 --- a/audio/ripenc/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# 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= ports@FreeBSD.org -COMMENT= Script that automates the ripping, encoding, and naming of CD's - -DEPRECATED= Looks like and abandonware, No more distfile -EXPIRATION_DATE= 2011-08-01 - -WRKSRC= ${WRKDIR}/ripenc - -NO_BUILD= Shell Script -PLIST_FILES= bin/ripenc - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/ripenc ${PREFIX}/bin - -.include <bsd.port.mk> |