# New ports collection makefile for: Roxen Challenger # Version required: 1.2final-int # Date created: 26 February 1999 # Whom: Kai Voigt (k@123.org) # # $Id: Makefile,v 1.1.1.1 1999/05/04 16:14:19 flathill Exp $ # DISTNAME= Roxen_1.2final-int PKGNAME= Roxen-1.2.46 CATEGORIES= www MASTER_SITES= ftp://ftp.roxen.com/roxen/source/ MAINTAINER= k@123.org WRKSRC= ${WRKDIR}/roxen_1.2.46 #HAS_CONFIGURE= yes INSTALL_TARGET= install pre-build: (cd ${WRKDIR}/roxen_1.2.46 ; ./configure) post-install: @${CP} ${FILESDIR}/roxen.sh ${PREFIX}/etc/rc.d/ @echo "Installation of Roxen Challenger finished!" @echo "" @echo "Now perform the following steps to initialize" @echo "the webserver." @echo "" @echo "% cd ${PREFIX}/roxen/server/" @echo "% ./install" @echo "" @echo "Then follow the instructions. For further" @echo "documentation read http://roxen.com/documentation/" @echo "" .include