mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
4223af875a
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.
39 lines
863 B
Makefile
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>
|