From dc92a3e522d67da8580baab826b1b5af9a6a8ca3 Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Sun, 15 Jun 1997 14:12:38 +0000 Subject: New port, portlint: portlint makes a small set of sanity checks for port directory. usage: Submitted by: Jun-ichiro ITOH PR: 3863 --- ports-mgmt/portlint/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ports-mgmt/portlint/Makefile (limited to 'ports-mgmt/portlint/Makefile') diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile new file mode 100644 index 000000000000..f30aeb7aff5d --- /dev/null +++ b/ports-mgmt/portlint/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: portlint +# Version required: 1.9 +# Date created: 13 Jun 1997 +# Whom: Jun-ichiro itojun Itoh +# +# $Id$ +# + +DISTNAME= portlint.pl-1.9 +PKGNAME= portlint-1.9 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/portlint/ +EXTRACT_SUFX= + +MAINTAINER= itojun@itojun.org + +EXTRACT_ONLY= # This value is intentionally left empty. +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/portlint + +.include -- cgit v1.2.3