mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8bd5afa357
building on 4.0 and later. PR: 18945 Submitted by: Alexander Langer <alex@big.endian.de>
29 lines
551 B
Makefile
29 lines
551 B
Makefile
# New ports collection makefile for: cdd
|
|
# Date created: Wed Dec 23 11:15:30 CET 1998
|
|
# Whom: luigi@iet.unipi.it
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cdd
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.iet.unipi.it/~luigi/cdd/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= luigi@iet.unipi.it
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} > 400000
|
|
BROKEN= pre-CAM SCSI layer
|
|
.endif
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/cdd_atapicmds.[ch] ${WRKSRC}
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/cdd ${PREFIX}/bin
|
|
|
|
.include <bsd.port.post.mk>
|