opnsense-ports/devel/libstrfunc/Makefile
2022-09-07 22:33:21 +02:00

18 lines
487 B
Makefile

PORTNAME= libstrfunc
PORTVERSION= 8.3
PORTREVISION= 2
CATEGORIES= devel www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
http://lionet.info/soft/
MAINTAINER= vlm@lionet.info
COMMENT= Handles CGI forms, MIME, templates, date conversions, etc
WWW= https://sourceforge.net/projects/libstrfunc/
USES= autoreconf compiler:c11 libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --program-prefix=""
INSTALL_TARGET= install-strip
.include <bsd.port.mk>