diff options
Diffstat (limited to 'www/guile-www/Makefile')
-rw-r--r-- | www/guile-www/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/guile-www/Makefile b/www/guile-www/Makefile new file mode 100644 index 000000000000..61da67bb4579 --- /dev/null +++ b/www/guile-www/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: guile-www +# Date created: 30 August 2002 +# Whom: Kimura Fuyuki <fuyuki@hadaly.org> +# +# $FreeBSD$ +# + +PORTNAME= guile-www +PORTVERSION= 1.1.1 +CATEGORIES= www devel +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= guile + +MAINTAINER= fuyuki@hadaly.org + +RUN_DEPENDS= guile:${PORTSDIR}/lang/guile + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |