mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
01cb858a18
PR: 191075 Submitted by: amdmi3 Approved by: maintainer timeout
22 lines
519 B
Makefile
22 lines
519 B
Makefile
# Created by: Lev Walkin <vlm@lionet.info>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libstrfunc
|
|
PORTVERSION= 8.3
|
|
PORTREVISION= 1
|
|
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= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= autoconf aclocal automake libtoolize
|
|
AUTOMAKE_ARGS= --add-missing
|
|
CONFIGURE_ARGS= --program-prefix=""
|
|
|
|
.include <bsd.port.mk>
|