1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/audio/cdd/Makefile
Luigi Rizzo 4d36880612 cdd port grab audio tracks from CDs.
This port is lobotomized and only works with atapi  waiting for someone
to do the scsi->cam modifications.
(also, this is my first attempt with easy-import...)
1998-12-31 12:02:03 +00:00

23 lines
469 B
Makefile

# New ports collection makefile for: cdd
# Version required: none
# Date created: Wed Dec 23 11:15:30 CET 1998
# Whom: luigi@iet.unipi.it
#
# $Id$
#
DISTNAME= cdd-1.0
CATEGORIES= audio
MASTER_SITES= http://www.iet.unipi.it/~luigi/cdd/
EXTRACT_SUFX= .tgz
MAINTAINER= luigi@iet.unipi.it
post-extract:
${cp}cp ${FILESDIR}/cdd_atapicmds.[ch] ${WRKSRC}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/cdd ${PREFIX}/bin
.include <bsd.port.mk>