pkgsrc/games/InterLOGIC/Makefile
wiz 9d2b9c408f Recursive bump for removal of jpeg/tiff/png buildlink3.mk files
from SDL_image. If one of these packages needs them, it should
include them itself.
2012-01-28 11:00:51 +00:00

30 lines
795 B
Makefile

# $NetBSD: Makefile,v 1.13 2012/01/28 11:00:54 wiz Exp $
#
DISTNAME= interLOGIC-src-0.30
# authors' preferred casing
PKGNAME= InterLOGIC-0.30
PKGREVISION= 9
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=interlogic/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/interlogic/
COMMENT= Logic/puzzle game based on the old Amiga game "Balls"
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/interlogic
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INSTALLATION_DIRS= share/doc/InterLOGIC
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/InterLOGIC
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"