diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-15 14:12:38 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-15 14:12:38 +0000 |
commit | dc92a3e522d67da8580baab826b1b5af9a6a8ca3 (patch) | |
tree | 946ea064f083b352b67584d164d72cb7f4a1c7df /ports-mgmt/portlint/Makefile | |
parent | 611a5d8ce4f5ec07134ddd14f34345377d6e8b2d (diff) |
New port, portlint:
portlint makes a small set of sanity checks for port directory.
usage:
Submitted by: Jun-ichiro ITOH <itojun@itojun.org>
PR: 3863
Notes
Notes:
svn path=/head/; revision=6943
Diffstat (limited to 'ports-mgmt/portlint/Makefile')
-rw-r--r-- | ports-mgmt/portlint/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
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 <itojun@itojun.org> +# +# $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 <bsd.port.mk> |