diff options
Diffstat (limited to 'dns/ghtool/Makefile')
-rw-r--r-- | dns/ghtool/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dns/ghtool/Makefile b/dns/ghtool/Makefile deleted file mode 100644 index 3ddd36880120..000000000000 --- a/dns/ghtool/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: roam@orbitel.bg -# $FreeBSD$ - -PORTNAME= ghtool -PORTVERSION= 1.0 -CATEGORIES= dns -MASTER_SITES= SF/gh-tool/gh-tool/1 -DISTNAME= ghmain.c -EXTRACT_SUFX= # none - -MAINTAINER= ports@FreeBSD.org -COMMENT= Command-line interface to the resolver library - -LICENSE= NONE - -DEPRECATED= unknown license -EXPIRATION_DATE= 2018-08-15 - -PLIST_FILES= bin/gh - -do-extract: - @${MKDIR} ${WRKDIR} - ${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}/ - -do-build: - ${CC} ${CFLAGS} ${LDFLAGS} -o ${WRKDIR}/gh ${WRKDIR}/ghmain.c - -do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/gh ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> |