ports/devel/libstrfunc/Makefile
Muhammad Moinur Rahman 3b3970e7aa
devel/libstrfunc: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-23 14:55:12 +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>