pkgsrc/audio/adplug/Makefile
xtraeme 9909a1b842 Initial import of adplug-2.1 from pkgsrc-wip, packaged by
jfranz at bsdprojects dot net.

AdPlug is a free, cross-platform, hardware independent AdLib sound player
library, mainly written in C++ and released under the LGPL. AdPlug plays
sound data, originally created for the AdLib (OPL2) audio board, directly
from its original format on top of an OPL2 emulator or by using the real
hardware. No OPL chip is required for playback.
2007-09-10 16:02:26 +00:00

22 lines
528 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/09/10 16:02:26 xtraeme Exp $
#
DISTNAME= adplug-2.1
CATEGORIES= audio devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=adplug/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jfranz@bsdprojects.net
HOMEPAGE= http://adplug.sourceforge.net/
COMMENT= AdLib emulator library supporting many formats
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
INFO_FILES= yes
PKGCONFIG_OVERRIDE+= adplug.pc.in
.include "../../devel/libbinio/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"