mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
96940efea7
- assign maintainership to submitter; - build with GTK2 by default if found. PR: ports/65595 Submitted by: Jens Rehsack <rehsack@liwing.de> Approved by: former maintainer.
17 lines
302 B
Makefile
17 lines
302 B
Makefile
# New ports collection makefile for: freeciv-gtk
|
|
# Date created: 29 Feb 2000
|
|
# Whom: sheldonh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -gtk
|
|
|
|
COMMENT= A civilisation clone for X11 using GNOME; multiplayer
|
|
|
|
MASTERDIR= ${.CURDIR}/../freeciv
|
|
|
|
WITH_GTK= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|