first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
22 lines
565 B
Makefile
22 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.9 2001/03/27 03:19:45 hubertf Exp $
|
|
|
|
DISTNAME= cdd-1.0nb3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= thorpej@netbsd.org
|
|
COMMENT= Another program for reading CD digital audio from SCSI or ATAPI CD-ROM drives
|
|
|
|
BUILD_DEPENDS+= libscsi-1.6:../../devel/libscsi
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if defined(CDDCPPFLAGS)
|
|
MAKE_ENV+= "CDDCPPFLAGS=${CDDCPPFLAGS}"
|
|
.endif
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/cdd ${PREFIX}/bin
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/stripzeros ${PREFIX}/bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|