2006-08-28 07:09:05 +02:00
|
|
|
# $NetBSD: Makefile,v 1.62 2006/08/28 05:09:05 ben Exp $
|
2002-08-31 05:54:58 +02:00
|
|
|
#
|
2000-03-07 11:44:32 +01:00
|
|
|
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 6
|
2004-10-03 02:12:51 +02:00
|
|
|
|
2003-07-25 11:22:50 +02:00
|
|
|
.include "Makefile.common"
|
2000-03-07 11:44:32 +01:00
|
|
|
|
2003-07-25 11:22:50 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-esd
|
2002-10-03 10:05:27 +02:00
|
|
|
|
2006-07-08 03:22:41 +02:00
|
|
|
.if ${OPSYS} == "Darwin"
|
|
|
|
PLIST_SUBST+= CDAUDIO="@comment "
|
2006-08-28 07:09:05 +02:00
|
|
|
_INSTALL_UNSTRIPPED= yes
|
2006-07-08 03:22:41 +02:00
|
|
|
.else
|
|
|
|
PLIST_SUBST+= CDAUDIO=""
|
|
|
|
.endif
|
|
|
|
|
2000-03-08 00:03:12 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|