19 lines
404 B
Makefile
19 lines
404 B
Makefile
# $OpenBSD: Makefile,v 1.18 2002/05/13 18:50:37 espie Exp $
|
|
|
|
COMMENT= "read CD digital audio data through the SCSI bus"
|
|
DISTNAME= tosha-0.6
|
|
CATEGORIES= audio
|
|
NEED_VERSION= 1.515
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_FREEBSD_LOCAL:=markp/}
|
|
|
|
MAKE_ENV= SYSCONFDIR='${SYSCONFDIR}'
|
|
|
|
.include <bsd.port.mk>
|