2314c85f45
zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
30 lines
654 B
Makefile
30 lines
654 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/11/15 00:22:48 espie Exp $
|
|
|
|
COMMENT= Commodore 64 music player and SID chip emulator
|
|
|
|
DISTNAME= sidplay-base-1.0.9
|
|
PKGNAME= ${DISTNAME:S/-base//}
|
|
REVISION= 0
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c m ossaudio sidplay>=1 stdc++
|
|
|
|
MASTER_SITES= ${MASTER_SITE_OPENBSD}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
LIB_DEPENDS= audio/libsidplay
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --with-sidplay-includes=${LOCALBASE}/include \
|
|
--with-sidplay-library=${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|