mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
17 lines
342 B
Makefile
17 lines
342 B
Makefile
# New ports collection makefile for: freeciv-gtk
|
|
# Date created: 29 Feb 2000
|
|
# Whom: sheldonh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -gtk
|
|
MASTERDIR= ${.CURDIR}/../freeciv
|
|
|
|
MAINTAINER= adam-ports@blacktabby.org
|
|
COMMENT= A civilisation clone for X11 using GNOME; multiplayer
|
|
|
|
USE_GNOME= gtk12
|
|
|
|
.include "${MASTERDIR}/Makefile"
|