aboutsummaryrefslogtreecommitdiffstats
path: root/net/uriparser/Makefile
blob: 31ee8fa7061e587713970b679e5300c0728c51de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    uriparser
# Date Created:             31 Mar 2007
# Whom:                 Ed Schouten <ed@fxq.nl>
#
# $FreeBSD$
#

PORTNAME=   uriparser
PORTVERSION=    0.3.3
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= uriparser

MAINTAINER= ed@fxq.nl
COMMENT=    URI parsing library

GNU_CONFIGURE=  yes
USE_BZIP2=  yes
CFLAGS+=    -fPIC

.include <bsd.port.mk>