blob: ee8e33049e47d75e9d26cb07bca469129ec27549 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
post-extract:
${CP} ${FILESDIR}/cdd_atapicmds.[ch] ${WRKSRC}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/cdd ${PREFIX}/bin
.include <bsd.port.mk>
|