mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
8b7417776b
PR: 19704 Submitted by: maintainer
23 lines
506 B
Makefile
23 lines
506 B
Makefile
# New ports collection makefile for: gtetrinet
|
|
# Date created: 27 Feb 2000
|
|
# Whom: Dan Papasian <bugg@bugg.strangled.net>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtetrinet
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= gtetrinet
|
|
|
|
MAINTAINER= bugg@bugg.strangled.net
|
|
|
|
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
|
|
|
|
GTK_CONFIG= "${X11BASE}/bin/gtk12-config"
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|