mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
25 lines
540 B
Makefile
25 lines
540 B
Makefile
# New ports collection makefile for: portcheckout
|
|
# Date created: 1 November 1998
|
|
# Whom: wosch
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= portcheckout
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://wolfram.schneider.org/src/
|
|
|
|
MAINTAINER= wosch@FreeBSD.org
|
|
COMMENT= Checkout and build ports and all depending ports
|
|
|
|
USE_PERL5= yes
|
|
MAN1= portcheckout.1
|
|
MANCOMPRESSED= maybe
|
|
PLIST_FILES= bin/portcheckout
|
|
|
|
post-patch:
|
|
perl -pi -e 's^\#\!/usr/local/bin/perl^#!${PERL5}^' ${WRKSRC}/portcheckout.pl
|
|
|
|
.include <bsd.port.mk>
|