freebsd-ports/devel/libstrfunc/Makefile
Baptiste Daroussin 29c5957ae6 Convert to USES=autoreconf
Strip binaries
2015-03-28 15:32:50 +00:00

20 lines
479 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 libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --program-prefix=""
INSTALL_TARGET= install-strip
.include <bsd.port.mk>