b549919e21
2) Fix -gtk slave port. 3) Remove stupid pre-patch rubbish from Makefile Too many patches are being implemented as Perl scripts embedded in Makefiles. Submitted by: olgeni (1)
13 lines
237 B
Makefile
13 lines
237 B
Makefile
# New ports collection makefile for: freeciv-gtk
|
|
# Date created: 29 Feb 2000
|
|
# Whom: sheldonh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -gtk
|
|
MASTERDIR= ${.CURDIR}/../freeciv
|
|
|
|
WITH_GTK= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|