1999-09-24 16:13:54 +00:00
|
|
|
# New ports collection makefile for: pike-gtk
|
|
|
|
# Date created: June 29, 1999
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-10 01:11:24 +00:00
|
|
|
PORTNAME= pike-gtk
|
2000-04-21 07:04:31 +00:00
|
|
|
PORTVERSION= 1.1.3
|
1999-09-24 16:13:54 +00:00
|
|
|
CATEGORIES= x11-toolkits lang
|
|
|
|
MASTER_SITES= http://pike-community.org/sites/pigtk/download/
|
2000-04-10 01:11:24 +00:00
|
|
|
DISTNAME= pigtk_${PORTVERSION}
|
1999-09-24 16:13:54 +00:00
|
|
|
|
|
|
|
MAINTAINER= ijliao@csie.nctu.edu.tw
|
|
|
|
|
|
|
|
BUILD_DEPENDS= pike:${PORTSDIR}/lang/pike
|
|
|
|
|
|
|
|
USE_XLIB= yes
|
2000-10-05 06:42:57 +00:00
|
|
|
USE_GTK= yes
|
1999-09-24 16:13:54 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|