mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
0f9f87abd7
Supoort install macros Change location of data files from lib/ to share/ Remove redundant MANCOMPRESSED line Fix 'X manpages' error Add WWW: line into pkg/DESCR PR: 21281 Submitted by: Ports Fury
22 lines
413 B
Makefile
22 lines
413 B
Makefile
# New ports collection makefile for: lincity
|
|
# Date created: 13 Feb 1997
|
|
# Whom: Julian Assange
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lincity
|
|
PORTVERSION= 1.11
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/linux/games/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
|
|
|
|
USE_XLIB= yes
|
|
ALL_TARGET= freebsd
|
|
MAN6= lincity.6
|
|
|
|
.include <bsd.port.mk>
|