View | Details | Raw Unified | Return to bug 191075
Collapse All | Expand All

(-)Makefile (-2 / +5 lines)
Lines 3-18 Link Here
3
3
4
PORTNAME=	libstrfunc
4
PORTNAME=	libstrfunc
5
PORTVERSION=	8.3
5
PORTVERSION=	8.3
6
PORTREVISION=	1
6
CATEGORIES=	devel www
7
CATEGORIES=	devel www
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}	\
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}	\
8
		http://lionet.info/soft/
9
		http://lionet.info/soft/
9
10
10
11
MAINTAINER=	vlm@lionet.info
11
MAINTAINER=	vlm@lionet.info
12
COMMENT=	Handles CGI forms, MIME, templates, date conversions, etc
12
COMMENT=	Handles CGI forms, MIME, templates, date conversions, etc
13
13
14
USES=		libtool
15
GNU_CONFIGURE=	yes
14
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
15
USE_AUTOTOOLS=	libtool
17
USE_AUTOTOOLS=	autoconf aclocal automake libtoolize
18
AUTOMAKE_ARGS=	--add-missing
16
CONFIGURE_ARGS=	--program-prefix=""
19
CONFIGURE_ARGS=	--program-prefix=""
17
20
18
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)pkg-plist (-1 / +1 lines)
Lines 15-23 Link Here
15
include/sf_mime.h
15
include/sf_mime.h
16
include/sf_time.h
16
include/sf_time.h
17
lib/libstrfunc.a
17
lib/libstrfunc.a
18
lib/libstrfunc.la
19
lib/libstrfunc.so
18
lib/libstrfunc.so
20
lib/libstrfunc.so.9
19
lib/libstrfunc.so.9
20
lib/libstrfunc.so.9.0.1
21
man/man3/adjFILEpos.3.gz
21
man/man3/adjFILEpos.3.gz
22
man/man3/adjfdpos.3.gz
22
man/man3/adjfdpos.3.gz
23
man/man3/base64_decode.3.gz
23
man/man3/base64_decode.3.gz

Return to bug 191075