mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a29ec8d47c
A multi-player networkd nibbles game. PR: 13343 Submitted by: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
33 lines
758 B
Makefile
33 lines
758 B
Makefile
# New ports collection makefile for: znibbles
|
|
# Version required: 0.0.7
|
|
# Date created: 21 Aug 1999
|
|
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= znibbles-0.0.7
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.stud.enst.fr/~vmallet/archives/
|
|
|
|
MAINTAINER= yinjieh@csie.nctu.edu.tw
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
|
|
GLIB_CONFIG="${GLIB_CONFIG}"
|
|
|
|
MAN6= nibbles.6 znibbles.6 gznibbles.6 znibblesX.6
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/bin/nibbles
|
|
@strip ${PREFIX}/bin/znibbles
|
|
@strip ${PREFIX}/bin/znibblesX
|
|
@strip ${PREFIX}/bin/gznibbles
|
|
|
|
.include <bsd.port.mk>
|