summaryrefslogtreecommitdiff
path: root/dns/ghtool/Makefile
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-10-23 10:50:06 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-10-23 10:50:06 +0000
commit3a268dec05d174ffb1e37decf9067af01ea577ba (patch)
tree6ca1b0ac401dcea46f18ec7b4e4838f887d3a2f0 /dns/ghtool/Makefile
parentRetire wpeople - it has been dead for a quite long time. (diff)
Add port net/ghtool
A command-line interface to the resolver library PR: 21396 Submitted by: Peter Pentchev <roam@orbitel.bg> MAINTAINER
Notes
Notes: svn path=/head/; revision=34129
Diffstat (limited to 'dns/ghtool/Makefile')
-rw-r--r--dns/ghtool/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/dns/ghtool/Makefile b/dns/ghtool/Makefile
new file mode 100644
index 000000000000..94d4feda10e9
--- /dev/null
+++ b/dns/ghtool/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: ghtool
+# Date created: 19 September 2000
+# Whom: roam@orbitel.bg
+#
+# $FreeBSD$
+#
+
+PORTNAME= ghtool
+PORTVERSION= 1.0
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=gh-tool
+DISTNAME= ghmain.c
+EXTRACT_SUFX=
+
+MAINTAINER= roam@orbitel.bg
+
+WRKSRC= ${WRKDIR}
+
+TGT= gh
+SRC= gh.c
+
+EXTRACT_CMD= ${CP}
+EXTRACT_BEFORE_ARGS=
+EXTRACT_AFTER_ARGS= ${WRKSRC}/${SRC}
+
+do-build:
+ ${CC} ${CFLAGS} -o ${WRKSRC}/${TGT} ${WRKSRC}/${SRC}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${TGT} ${PREFIX}/bin
+
+.include <bsd.port.mk>