mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
19 lines
527 B
Makefile
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>
|