1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/www/roxen/Makefile
Seiichirou Hiraoka 4223af875a PR: ports/11484
Submitted by:	k@123.org
This is the port of the Roxen Challenger http and ftp server.  It has
a configuration interface to be accessed with a webrowser and comes with
some nice modules like automatic generation of graphical text.
1999-05-04 16:14:21 +00:00

39 lines
863 B
Makefile

# New ports collection makefile for: Roxen Challenger
# Version required: 1.2final-int
# Date created: 26 February 1999
# Whom: Kai Voigt (k@123.org)
#
# $Id$
#
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 <bsd.port.mk>