1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/pchar/Makefile
Bruce A. Mah 3f9e9d9906 Update pchar port to 1.3.2.
pchar-related changes:  A few bugfixes, plus some IRIX and Solaris
compatability changes (not used, obviously), and the option for SUID
root builds (not used by the port).

port-related changes:  None.
2001-04-09 21:48:51 +00:00

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.3.2
CATEGORIES= net ipv6
MASTER_SITES= http://www.employees.org/~bmah/Software/pchar/
MAINTAINER= bmah@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>