freebsd-ports/www/ashe/Makefile
Kris Kennaway 042afb8649 Before committing the previous BROKEN changes I carefully checked the status
of each port on bento and for recent fixes.  Unfortunately at some point I
got confused and switched to the wrong list :-)  As a result I picked up a
number of ports that were fixed a while ago.  Sorry for the false alarm,
maintainers.

Pointy hat to:	kris
2003-10-16 04:15:48 +00:00

36 lines
806 B
Makefile

# New ports collection makefile for: ashe
# Date created: 16 October 1995
# Whom: pst
#
# $FreeBSD$
#
PORTNAME= ashe
PORTVERSION= 1.3
CATEGORIES= www
MASTER_SITES= ftp://ftp.cs.rpi.edu/pub/puninj/ASHE/ASHE-1.3/%SUBDIR%/
MASTER_SITE_SUBDIR= src libcci libhtmlw-2.7
DISTFILES= xhtml-1.3.tar.Z cci.tar.Z libhtmlw.tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple HTML editor
NO_WRKSUBDIR= yes
CONFIGURE_WRKSRC= ${WRKDIR}/src
INSTALL_WRKSRC= ${WRKDIR}/src
USE_REINPLACE= yes
USE_MOTIF= yes
USE_IMAKE= yes
MAN1= xhtml.1
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/XHTML.ad
do-build:
.for dir in libhtmlw-2.7b3 libcci src
@(cd ${WRKDIR}/${dir}; ${SETENV} ${MAKE_ENV} \
${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
.endfor
.include <bsd.port.mk>