pkgsrc-wip/allegro/Makefile
Thomas Klausner 27d9182ef0 Initial import of the allegro library, version 4.1.8:
Allegro is a cross-platform library intended for use in computer games
and other types of multimedia programming.

According to the Oxford Companion to Music, Allegro is the Italian for
"quick, lively, bright". It is also a recursive acronym which stands for
"Allegro Low Level Game Routines".

A wide range of extension packages and add-on modules are also available,
which can be found in the "Library Extensions" section of the Allegro.cc
website, http://www.allegro.cc/.
2003-04-06 11:17:20 +00:00

36 lines
929 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/04/06 11:17:20 thomasklausner Exp $
#
DISTNAME= allegro-4.1.8
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=alleg/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://alleg.sourceforge.net/
COMMENT= Allegro game programming library
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_X11= YES
GNU_CONFIGURE= YES
MAKEFILE= makefile
INFO_FILES= allegro.info
INSTALL_TARGET= install install-info
# build debugging lib
CONFIGURE_ARGS+= --enable-dbglib
# NetBSD's OSS midi emulation is non-existant.
CONFIGURE_ARGS+= --disable-ossmidi
# Following three only exist as static libraries, but will be linked
# into shared library by allegro if enabled.
CONFIGURE_ARGS+= --disable-xwin-vidmode
CONFIGURE_ARGS+= --disable-xwin-dga
CONFIGURE_ARGS+= --disable-xwin-dga2
LIBS+= ${LIBOSSAUDIO}
.include "../../mk/ossaudio.buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"