aboutsummaryrefslogtreecommitdiffstats
path: root/www/cgiparse/Makefile
blob: 4d81295b97cf3f485063ed3526b159bcebfda3eb (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
# New ports collection makefile for:    cgiparse
# Date created:             30 March 1997
# Whom:                 jmg
#
# $FreeBSD$
#

PORTNAME=   cgiparse
PORTVERSION=    0.9b
CATEGORIES= www devel
MASTER_SITES=   http://resnet.uoregon.edu/~gurney_j/jmpc/dist/  \
        http://www.funkthat.com/~jmg/

MAINTAINER= jmg@FreeBSD.org

LIB_DEPENDS=    mime.1:${PORTSDIR}/devel/mime:install

GNU_CONFIGURE=  yes
MAN3=       cgiclose.3 cgigetvalue.3 cginewquerystr.3
INSTALLS_SHLIB= yes

post-install:
    ${LN} -sf libcgiparse.so.1 ${PREFIX}/lib/libcgiparse.so

.include <bsd.port.mk>