freebsd-ports/net/pchar/Makefile
Maxim Sobolev 0ecef16e4f 1. Update to pchar-1.2.
2.  New MASTER_SITES and WWW.
3.  pchar-1.2 makes patches/patch-PctestIpv6Udp.h unnecessary.
4.  Add patches/patch-pchar.8 (patch from author) to fix a typo.  (Will be
    fixed in next pchar release.)
5.  Install CHANGES file in doc directory.
6.  Fix PLIST to keep bento happy.

PR:		19305
Submitted by:	Bruce A. Mah <bmah@cisco.com> (author of the pchar)
2000-06-21 15:34:47 +00:00

31 lines
612 B
Makefile

# ex:ts=8
# Ports collection makefile for: pchar
# Date created: Wed Nov 03, 1999
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
PORTNAME= pchar
PORTVERSION= 1.2
CATEGORIES= net ipv6
MASTER_SITES= http://www.employees.org/~bmah/Software/pchar/
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
MAN8= pchar.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400014
CONFIGURE_ARGS= --with-ipv6
.endif
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${PREFIX}/share/doc/pchar
cd ${WRKSRC} ; ${INSTALL_DATA} README CHANGES FAQ ${PREFIX}/share/doc/pchar
.endif
.include <bsd.port.post.mk>