29 lines
612 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2013/05/17 09:12:26 kirby Exp $
COMMENT= Rich city simulation game for X
DISTNAME= lincity-1.11
REVISION = 2
CATEGORIES= games
HOMEPAGE= http://lincity.sourceforge.net/
2002-05-08 19:24:56 +00:00
MAINTAINER= Wilbern Cobb <wcobb@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= X11 Xau Xdmcp Xext c m pthread-stubs stdc++ xcb
MASTER_SITES= http://www.linklevel.net/distfiles/
BUILD_DEPENDS= devel/imake
2002-09-28 21:25:05 +00:00
MAKE_FLAGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
ALL_TARGET= xlincity
2010-11-16 11:23:25 +00:00
USE_GROFF = Yes
2013-03-11 11:02:49 +00:00
NO_TEST= Yes
2002-09-28 21:25:05 +00:00
post-extract:
@cd ${WRKSRC}; ln -s lincity.man xlincity.man
.include <bsd.port.mk>