diff options
Diffstat (limited to 'www/chimera')
-rw-r--r-- | www/chimera/Makefile | 8 | ||||
-rw-r--r-- | www/chimera/pkg-descr | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile index 3da301ee42e7..98f07899ba84 100644 --- a/www/chimera/Makefile +++ b/www/chimera/Makefile @@ -1,4 +1,4 @@ -# Created by: asami +# Created by: Satoshi Asami <asami@FreeBSD.org> # $FreeBSD$ PORTNAME= chimera @@ -8,7 +8,7 @@ CATEGORIES= www MASTER_SITES= http://www.rocklinux.net/people/ripclaw/projects/software/chimera/devel/ MAINTAINER= ports@FreeBSD.org -COMMENT= X/Athena World-Wide Web client +COMMENT= X/Athena-based World Wide Web client RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support @@ -18,4 +18,8 @@ USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= chimera.1 +# Call the port's configure script explicitly, since USES=imake masks it out +pre-configure: + ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure + .include <bsd.port.mk> diff --git a/www/chimera/pkg-descr b/www/chimera/pkg-descr index ffff9a04185f..81817a67e67a 100644 --- a/www/chimera/pkg-descr +++ b/www/chimera/pkg-descr @@ -1,4 +1,4 @@ -Chimera is a program which allows a user to access World-Wide Web servers +Chimera is a program which allows a user to access World Wide Web servers and other information servers. It presents the user with a point-and-click graphical interface using the X Window System and the Athena Widgets. |