INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
30 lines
871 B
Makefile
30 lines
871 B
Makefile
# $NetBSD: Makefile,v 1.21 2007/01/07 09:13:54 rillig Exp $
|
|
|
|
DISTNAME= lincity-1.12.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lincity/} \
|
|
http://www.ibiblio.org/pub/Linux/games/strategy/
|
|
|
|
MAINTAINER= root@garbled.net
|
|
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
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|