1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/www/cgiparse/Makefile
Bryan Drewery 899d2706b7 - Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS
This fixes the following warning when running 'run-depends-list':
      "install" non-existent -- dependency list incomplete

With hat:	portmgr
2013-04-30 20:00:28 +00:00

25 lines
497 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= mime.1:${PORTSDIR}/devel/mime
GNU_CONFIGURE= yes
MAN3= cgiclose.3 cgigetvalue.3 cginewquerystr.3
USE_LDCONFIG= yes
CFLAGS+= "-fPIC"
.include <bsd.port.pre.mk>
post-install:
${LN} -sf libcgiparse.so.1 ${PREFIX}/lib/libcgiparse.so
.include <bsd.port.post.mk>