pkgsrc/games/plib/Makefile
hauke b39e3cbd27 For MacOS X, make sure we have endianness information (coming from
<machine/endian.h>. Otherwise, we might be mis-identified as win32.
2011-04-14 11:30:08 +00:00

21 lines
517 B
Makefile

# $NetBSD: Makefile,v 1.23 2011/04/14 11:30:08 hauke Exp $
#
DISTNAME= plib-1.8.5
PKGREVISION= 1
CATEGORIES= games x11
MASTER_SITES= http://plib.sourceforge.net/dist/
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://plib.sourceforge.net/
COMMENT= Libraries for writing portable games/realtime interactive apps
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
CPPFLAGS+= -Dunix=1
.include "../../graphics/Mesa/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"