diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-14 22:08:36 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-14 22:08:36 +0000 |
commit | 58407c048ab3f15266e705daec3c1d180bd3316a (patch) | |
tree | 6428599a74a1533958464d6ae25e1d37ee774cfc /lang/nqc/Makefile | |
parent | 492e2a18c40438be72fee66fa6f686f9c41bafe8 (diff) |
Notes
Diffstat (limited to 'lang/nqc/Makefile')
-rw-r--r-- | lang/nqc/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/nqc/Makefile b/lang/nqc/Makefile new file mode 100644 index 000000000000..9aec0892e977 --- /dev/null +++ b/lang/nqc/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: nqc +# Version required: 1.3 +# Date created: 11 Aug 1999 +# Whom: kbyanc +# +# $Id$ +# + +DISTNAME= nqc_src_1_3 +PKGNAME= nqc-1.3 +CATEGORIES= lang +MASTER_SITES= http://www.enteract.com/~dbaum/lego/nqc/release/ + +MAINTAINER= kbyanc@posi.net + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${PREFIX}/bin + +.include <bsd.port.mk> |