1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/libstrfunc/Makefile
Dmitry Marakasov 01cb858a18 - Switch to USES=libtool, drop .la files
PR:		191075
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-07-03 17:47:18 +00:00

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>