33 lines
922 B
Makefile
33 lines
922 B
Makefile
# $NetBSD: Makefile,v 1.26 2011/04/22 13:43:37 obache Exp $
|
|
|
|
DISTNAME= lincity-1.12.1
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake msgfmt
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CHECK_INTERPRETER_SKIP+= share/lincity/icons/*
|
|
|
|
INSTALLATION_DIRS+= share/lincity/help share/lincity/icons \
|
|
share/lincity/messages share/lincity/opening
|
|
|
|
post-install:
|
|
${LN} -sf lincity.6 ${DESTDIR}${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"
|