1998-11-22 04:52:57 +01:00
|
|
|
# New ports collection makefile for: portcheckout
|
1998-11-01 17:42:29 +01:00
|
|
|
# Date created: 1 November 1998
|
|
|
|
# Whom: wosch
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1998-12-30 02:22:27 +01:00
|
|
|
#
|
1998-11-01 17:42:29 +01:00
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= portcheckout
|
|
|
|
PORTVERSION= 2.0
|
1998-11-01 17:42:29 +01:00
|
|
|
CATEGORIES= devel
|
2003-10-29 08:30:54 +01:00
|
|
|
MASTER_SITES= http://wolfram.schneider.org/src/
|
1998-11-01 17:42:29 +01:00
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
MAINTAINER= wosch@FreeBSD.org
|
2003-03-05 13:47:22 +01:00
|
|
|
COMMENT= Checkout and build ports and all depending ports
|
1998-11-01 17:42:29 +01:00
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
USE_PERL5= yes
|
1998-11-22 04:52:57 +01:00
|
|
|
MAN1= portcheckout.1
|
1998-12-30 02:22:27 +01:00
|
|
|
MANCOMPRESSED= maybe
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/portcheckout
|
1998-12-30 02:22:27 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
perl -pi -e 's^\#\!/usr/local/bin/perl^#!${PERL5}^' ${WRKSRC}/portcheckout.pl
|
1998-11-01 17:51:39 +01:00
|
|
|
|
1998-11-01 17:42:29 +01:00
|
|
|
.include <bsd.port.mk>
|