freebsd-ports/x11-toolkits/p5-Tcl-Tk/Makefile
Bill Fenner f06d13b6ff Add tk virtual category where missing. List of ports which depend on tk
but aren't in a tk virtual category from
 awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX

I didn't do anything about the ports which depend on things which depend
 on a tk revision.  I'd be afraid that the depended-upon port might change
 and thus outdate the virtual category in the depender.
1998-02-21 22:38:11 +00:00

33 lines
774 B
Makefile

# New ports collection makefile for: p5-Tcl-Tk
# Version required: b1
# Date created: June 15th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.4 1997/11/22 01:11:36 asami Exp $
DISTNAME= TclTk-b1
PKGNAME= p5-Tcl-Tk-b1
CATEGORIES= x11 lang perl5 tk41
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tcl
MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Tcl.pm:${PORTSDIR}/lang/p5-Tcl
RUN_DEPENDS= perl5.00401:${PORTSDIR}/lang/perl5
LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
BROKEN= tcl
USE_PERL5= YES
WRKSRC= ${WRKDIR}/TclTk
MANPREFIX= ${PREFIX}/lib/perl5
MAN3= Tcl::Tk.3
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>