aboutsummaryrefslogtreecommitdiff
path: root/devel/splint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/splint/Makefile')
-rw-r--r--devel/splint/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/splint/Makefile b/devel/splint/Makefile
deleted file mode 100644
index 5846dce983d9..000000000000
--- a/devel/splint/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: lclint
-# Version required: 2.4b
-# Date created: 9 September 1996
-# Whom: moeding
-#
-# $Id: Makefile,v 1.2 1996/12/12 05:21:36 asami Exp $
-#
-
-DISTNAME= lclint-2.4b
-CATEGORIES= devel
-MASTER_SITES= ftp://ftp.sds.lcs.mit.edu/pub/lclint/
-EXTRACT_SUFX= .src.tar.gz
-
-MAINTAINER= s.moeding@ndh.net
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-do-build:
- @(cd ${WRKSRC}; ${GMAKE})
-
-post-install:
- @strip ${PREFIX}/bin/lclint
-
-.include <bsd.port.mk>