1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/www/cgiparse/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

25 lines
505 B
Makefile

# Created by: jmg
# $FreeBSD$
PORTNAME= cgiparse
PORTVERSION= 0.9b
CATEGORIES= www devel
MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= C library to parse CGI Forms
LIB_DEPENDS= libmime.so:devel/mime
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CFLAGS+= "-fPIC"
.include <bsd.port.pre.mk>
post-install:
${LN} -sf libcgiparse.so.1 ${STAGEDIR}${PREFIX}/lib/libcgiparse.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgiparse.so
.include <bsd.port.post.mk>