9e0c2107b4
The distribution method was changed slightly, as libsidplay was taken apart into a separate package. Libsidplay continued the version numbering of the old sidplay (with libsidplay included), while the new sidplay (without libsidplay included) started from scratch. Hence ``upgrade'' to 1.0.4 Unfortunately no changelist available.
22 lines
597 B
Makefile
22 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.4 2000/06/20 21:12:04 pooka Exp $
|
|
#
|
|
|
|
DISTNAME= sidplay-base-1_0_4
|
|
PKGNAME= sidplay-1.0.4
|
|
WRKSRC= ${WRKDIR}/sidplay-base-1.0.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pooka@netbsd.org
|
|
HOMEPAGE= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/
|
|
|
|
DEPENDS+= libsidplay>=1.36.38:../../audio/libsidplay
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-sidplay-includes=${LOCALBASE}/include \
|
|
--with-sidplay-library=${LOCALBASE}/lib
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|