aboutsummaryrefslogtreecommitdiff
path: root/devel/libstrfunc/Makefile
blob: cc87e3e80351e06e5a65b7d49b1701ef4c5a0b1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>