mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
0ecef16e4f
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)
32 lines
612 B
Makefile
32 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>
|