freebsd-ports/x11-toolkits/pike-gtk/Makefile

23 lines
459 B
Makefile
Raw Normal View History

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