b75a8a484e
Needs new GCC: sf_core/split.c: In function 'splitf': sf_core/split.c:92: error: 'sed_t' undeclared (first use in this function) sf_core/split.c:92: error: (Each undeclared identifier is reported only once sf_core/split.c:92: error: for each function it appears in.) sf_core/split.c:92: error: 'st' undeclared (first use in this function) Approved by: mentors (implicit approval)
20 lines
492 B
Makefile
20 lines
492 B
Makefile
# Created by: Lev Walkin <vlm@lionet.info>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libstrfunc
|
|
PORTVERSION= 8.3
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
USES= autoreconf compiler:c11 libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --program-prefix=""
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|