aboutsummaryrefslogtreecommitdiffstats
path: root/www/roxen/Makefile
blob: 50336a64b60ee82371cc682f818b58bb55dad7c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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>