mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
464 B
Makefile
23 lines
464 B
Makefile
# 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
|
|
PORTVERSION= 1.1.3
|
|
CATEGORIES= x11-toolkits lang
|
|
MASTER_SITES= http://pike-community.org/sites/pigtk/download/
|
|
DISTNAME= pigtk_${PORTVERSION}
|
|
|
|
MAINTAINER= ijliao@csie.nctu.edu.tw
|
|
|
|
BUILD_DEPENDS= pike:${PORTSDIR}/lang/pike
|
|
|
|
USE_XLIB= yes
|
|
USE_GTK= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|