aboutsummaryrefslogtreecommitdiffstats
path: root/net/rwhois/Makefile
blob: 1feb090e28b77f3c0ebe0d10c19770f9f5b9d1e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# New ports collection makefile for:    rwhois
# Date created:             May 9th 1997
# Whom:                     James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   rwhois
PORTVERSION=    1.5.7.3
PORTREVISION=   1
CATEGORIES= net ipv6
MASTER_SITES=   ftp://ftp.ayamura.org/pub/rwhois/ \
        ftp://ftp.jp.pgpi.org/pub/rwhois/
DISTNAME=   ${PORTNAME}d-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    The Internic referral whois server

.if !exists(/usr/include/tcpd.h)
LIB_DEPENDS=    wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif

HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois

BINOWN=     bin
BINGRP=     bin

MAN8=       rwhois_indexer.8 rwhoisd.8

MYPORTDOCS= INSTALL.html TODO UPGRADE operations_guide.html \
        operations_guide.txt rfc2167.txt security.html security.txt

post-install:
    ${INSTALL_MAN} ${WRKSRC}/doc/rwhois_indexer.8 ${PREFIX}/man/man8
    ${INSTALL_MAN} ${WRKSRC}/doc/rwhoisd.8 ${PREFIX}/man/man8
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in ${MYPORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
.endfor
.endif
    @${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/rwhoisd.sh startup file..."
    ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/rwhoisd.sh ${PREFIX}/etc/rc.d/rwhoisd.sh

.include <bsd.port.mk>
ebsd-ports-graphics/commit/x11-servers?id=85c38a10eb3ea8df7877a77b5d043c398f8ac071'>Add patch that fixes xmodmap use in .xinitrc.flz2008-03-132-1/+148 * Remove support for XFree8-4.flz2008-03-0850-2241/+0 * - Check correct POSIX spec. date for clock_gettime(2) whetherjkim2008-03-063-1/+26 * Fix xserver multiple vulnerabilities.flz2008-01-232-1/+516 * - Add local patch to fix alpha build. [1]flz2008-01-023-2/+40 * - OPTIONS'ify.flz2007-12-133-1/+40 * - OPTIONS'ify (HAL, AIGLX, SUID).flz2007-12-131-20/+24 * Fix plist for sparc64. Should be a no-op on other archs, but bumplinimon2007-11-202-13/+14 * Add temporary fix for LEDs. Proper fix will be available in nextflz2007-10-292-1/+21 * Restore default optimization on RELENG_7.flz2007-10-241-4/+0 * - Explicit some configure arguments.flz2007-10-101-11/+7 * Change to new x11-drivers category.nork2007-10-069-382/+0 * Teach xorg-server that FreeBSD >= 700053 supports PCI domains andmarius2007-09-303-0/+395 * Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2 * - Update X.org ports to 7.3.flz2007-09-1427-406/+147 * - Consistencify descriptionsdanfe2007-07-031-4/+2 * Fix missing Xlibs dependency.danfe2007-07-031-0/+1 * - Fix the build with recent GCC [1]danfe2007-07-013-10/+135 * Band-aid over memory hungry gcc 4.2 when compiling xf86ScanPci.c.lesi2007-06-222-0/+15 * Clenup share/X11 directory upon deinstall.lesi2007-05-312-0/+2 * xorg-fontserver moved from x11-servers to x11-fonts (xfs).flz2007-05-209-160/+0 * - Welcome X.org 7.2 \o/.flz2007-05-20105-3671/+1156 * Fix loading modules on current by adding patch from devel/imake-6 sincelesi2007-02-232-1/+40 * Add vendor patch preventing overwiting of data on the stack or otherlesi2007-01-282-1/+9 * Respect X11BASE.laszlof2006-12-011-0/+5 * - Fix install with Xorg 6.9.0, unbreakpav2006-11-193-14/+31 * Add some old internal FreeType definitions to fix the server runtime. Thesemarcus2006-10-221-1/+4 * Remove the FreeType EXTRA_PATCHES now that they are in XFree86-4-libraries.marcus2006-10-183-12/+3 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-1414-4/+789 * BROKEN: Does not installkris2006-09-171-0/+2 * NO_PACKAGE is not appropriatekris2006-09-031-1/+0 * Fix crash by bad pcf font.lesi2006-08-265-1/+100 * Fix crash by bad pcf font.lesi2006-08-267-4/+107 * - Add support to Intel 945GMmnag2006-08-212-1/+336 * - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1 * Update to 0.14.6.nork2006-08-133-41/+50 * Update to 1.7.2erwin2006-06-242-5/+5 * Add a better workaround for LP64 bug in ProcRenderCompositeGlyphs() inlesi2006-06-052-1/+12 * Update to 1.71arved2006-05-292-6/+9 * Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0 * Add my patch for buffer overflow in the Render extension's TriFan/TriStripanholt2006-05-036-1/+30 * Complete removal of cfb from sunffb driver as was done post release inlesi2006-04-202-1/+102 * Add patch from X.Org, fixing privilege escalation.lesi2006-03-222-0/+21 * Add a description of CorePointer, and Cosmetic change.nork2006-03-191-2/+7 * Oops, fix typo.nork2006-03-191-1/+1 * Fix up some parameters and messages.nork2006-03-191-10/+23 * o Refrect my environment values.nork2006-03-193-7/+13 * o Rename .o to .so. [1]nork2006-03-193-10/+16 * Add synaptics-0.14.4, is a driver for the Synaptics TouchPadnork2006-03-198-0/+264 * BROKEN on sparc64: Does not compilekris2006-03-071-0/+1 * Conversion to a single libtool environment.ade2006-02-232-7/+10 * Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-212-3/+1 * Fix build on FreeBSD 4.Xlesi2006-02-02