1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-toolkits/p5-Gtk/Makefile
1998-05-06 07:20:45 +00:00

24 lines
533 B
Makefile

# New ports collection makefile for: p5-Gtk
# Version required: 0.1.17
# Date created: 28 Oct 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.3 1998/04/30 05:41:30 mph Exp $
#
DISTNAME= Gtk-0.1.17
PKGNAME= p5-Gtk-0.1.17
CATEGORIES= x11 lang perl5
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/perl/
MAINTAINER= vanilla@FreeBSD.ORG
LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk
USE_PERL5= YES
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>