diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-23 15:57:30 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-23 15:57:30 +0800 |
commit | 0df498899e3a94406897815d44d088f60bfac71a (patch) | |
tree | 2b965b9bf304c3ae0398212a4af441690f78b698 /net/nylon/Makefile | |
parent | ead53789110633dd5d70210e2c05327657d73144 (diff) | |
download | freebsd-ports-graphics-0df498899e3a94406897815d44d088f60bfac71a.tar.gz freebsd-ports-graphics-0df498899e3a94406897815d44d088f60bfac71a.tar.zst freebsd-ports-graphics-0df498899e3a94406897815d44d088f60bfac71a.zip |
upgrade to 1.0
PR: 44385
Submitted by: Volker Stolz <vs@foldr.org>
Diffstat (limited to 'net/nylon/Makefile')
-rw-r--r-- | net/nylon/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/net/nylon/Makefile b/net/nylon/Makefile index c99ccedab4d..89d7a2bf2a2 100644 --- a/net/nylon/Makefile +++ b/net/nylon/Makefile @@ -7,14 +7,22 @@ # PORTNAME= nylon -PORTVERSION= 0.3 +PORTVERSION= 1.0 CATEGORIES= net -MASTER_SITES= http://www.citi.umich.edu/u/marius/ +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> |