1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/cgilib/files/Makefile.bsd
Dmitry Sivachenko 78fe2f47eb Update to 0.6.
PR:		123370
Submitted by:	leeym
2008-05-19 15:18:46 +00:00

14 lines
149 B
Makefile

LIB= cgi
NO_PROFILE= yes
SHLIB_MAJOR?= 1
SHLIB_MINOR?= 0
SRCS= cookies.c cgi.c aux.c
CFLAGS+= -I.
LIBDIR= ${PREFIX}/lib
.include <bsd.lib.mk>