diff options
Diffstat (limited to 'www/lws/Makefile')
-rw-r--r-- | www/lws/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/lws/Makefile b/www/lws/Makefile new file mode 100644 index 000000000000..b744e81f8714 --- /dev/null +++ b/www/lws/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: lws +# Date created: 21 Aug 2002 +# Whom: Archie Cobbs +# +# $FreeBSD$ +# + +PORTNAME= lws +PORTVERSION= 0.1.0 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= archie + +MAINTAINER= archie@freebsd.org + +LIB_DEPENDS= pdel.0:${PORTSDIR}/devel/libpdel + +MAN1= lws.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> |