diff options
Diffstat (limited to 'net-p2p/hx/Makefile')
-rw-r--r-- | net-p2p/hx/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-p2p/hx/Makefile b/net-p2p/hx/Makefile new file mode 100644 index 000000000000..3d27f6173375 --- /dev/null +++ b/net-p2p/hx/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: hx +# Date created: 28 March 2001 +# Whom: logo@blackened.com +# +# $FreeBSD$ +# + +PORTNAME= hx +PORTVERSION= 0.7.14 +CATEGORIES= net +MASTER_SITES= ftp://fadeto.blackened.com/pub/other/hotlinex.org/ + +MAINTAINER= logo@blackened.com + +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/hx +.include <bsd.port.mk> |