34 lines
986 B
Makefile
34 lines
986 B
Makefile
# $NetBSD: Makefile,v 1.24 2008/01/19 09:16:21 wiz Exp $
|
|
|
|
DISTNAME= lincity-1.12.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lincity/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://lincity.sourceforge.net/
|
|
COMMENT= Free clone of SimCity for X11
|
|
|
|
USE_TOOLS+= gmake msgfmt
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CHECK_INTERPRETER_SKIP+= share/lincity/icons/*
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/lincity/help
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/lincity/icons
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/lincity/messages
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/lincity/opening
|
|
|
|
post-install:
|
|
${LN} -sf lincity.6 ${PREFIX}/${PKGMANDIR}/man6/xlincity.6
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|