diff options
author | mjl <mjl@pkgsrc.org> | 2001-02-09 15:24:23 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-02-09 15:24:23 +0000 |
commit | d6cb20a7b0555e4aca0f558a2488f646fca5c19c (patch) | |
tree | eaf0692dbced4dd267201722fa919499fee84674 /devel/lclint/Makefile | |
parent | 87e5899694678a178a94eb8ff1f36465c0600f45 (diff) | |
download | pkgsrc-d6cb20a7b0555e4aca0f558a2488f646fca5c19c.tar.gz |
Initial import of lclint 2.5q (based on the FreeBSD port)
Diffstat (limited to 'devel/lclint/Makefile')
-rw-r--r-- | devel/lclint/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/lclint/Makefile b/devel/lclint/Makefile new file mode 100644 index 00000000000..2a5eb8da137 --- /dev/null +++ b/devel/lclint/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/09 15:24:23 mjl Exp $ +# + +VERSION= 2.5q +DISTNAME= lclint-${VERSION}.src +CATEGORIES= devel +MASTER_SITES= http://lclint.cs.virginia.edu/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://lclint.cs.virginia.edu/ + +WRKSRC= ${WRKDIR}/lclint-${VERSION}/ + +USE_GMAKE= YES +GNU_CONFIGURE= YES + +do-build: + cd ${WRKSRC}; unset CFLAGS; ${GMAKE} + +.include "../../mk/bsd.pkg.mk" |