freebsd-ports/net/nylon/Makefile
Ying-Chieh Liao b50fc8ce46 upgrade to 1.0
PR:		44385
Submitted by:	Volker Stolz <vs@foldr.org>
2002-10-23 07:57:30 +00:00

29 lines
616 B
Makefile

# ex:ts=8
# New ports collection makefile for: nylon
# Date created: Jun 11, 2001
# Whom: William Ward <William.Ward@ericsson.com>
#
# $FreeBSD$
#
PORTNAME= nylon
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= http://monkey.org/~marius/nylon/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
# Necessary for $PREFIX to work:
CONFIGURE_ARGS= --with-libevent=${LOCALBASE}
MAN1= nylon.1
post-install:
${INSTALL_DATA} ${FILESDIR}/nylon.conf ${PREFIX}/etc
.include <bsd.port.mk>