diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:41:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:41:35 +0000 |
commit | e1906e85ed4521c96066ce130869615c304c2a7a (patch) | |
tree | 2168725e487d131fef0e49ba7dfdd230e3466624 /net/hesiod/Makefile | |
parent | bf60be81d18978782b3c3de21916fdb4a5cbb2e5 (diff) |
Massive repo-copies request: net->dns (partly devel->dns)
The category "dns" has been added, now is the time to move
the dns-related ports to the new world. Is there anyone who
is brave enough to complete this difficult job? ;)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=88582
Diffstat (limited to 'net/hesiod/Makefile')
-rw-r--r-- | net/hesiod/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/net/hesiod/Makefile b/net/hesiod/Makefile deleted file mode 100644 index f663590fc495..000000000000 --- a/net/hesiod/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Ports collection Makefile for: Hesiod -# Date created: 6/11/1998 -# Whom: n@nectar.com -# -# $FreeBSD$ -# - -PORTNAME= hesiod -PORTVERSION= 3.0.2 -CATEGORIES= net -MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ - -MAINTAINER= nectar@FreeBSD.org -COMMENT= A directory service built on DNS and BIND - -MAN1= hesinfo.1 -MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \ - hesiod_free_passwd.3 hesiod_free_postoffice.3 \ - hesiod_free_servent.3 hesiod_getmailhost.3 \ - hesiod_getpwnam.3 hesiod_getpwuid.3 \ - hesiod_getservbyname.3 hesiod_init.3 \ - hesiod_resolve.3 hesiod_to_bind.3 -MAN5= hesiod.conf.5 - -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == elf -VERSION=3 -SONAME="-Wl,-soname,libhesiod.so.${VERSION}" -.else -VERSION=3.0 -.endif - -MAKE_ENV+= VERSION="${VERSION}" SONAME="${SONAME}" - -.include <bsd.port.post.mk> |