mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
4d36880612
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...)
23 lines
469 B
Makefile
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>
|