opnsense-ports/devel/libstrfunc/Makefile
Franco Fichtner 0bafe2b7fa */*: sync with upstream
Taken from: FreeBSD
2024-02-26 10:57:15 +01:00

19 lines
527 B
Makefile

PORTNAME= libstrfunc
PORTVERSION= 8.3
PORTREVISION= 3
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
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_LDCONFIG= yes
CONFIGURE_ARGS= --program-prefix=""
INSTALL_TARGET= install-strip
.include <bsd.port.mk>