1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Convert to USES=autoreconf

Strip binaries
This commit is contained in:
Baptiste Daroussin 2015-03-28 15:32:50 +00:00
parent b1a97bba24
commit 29c5957ae6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382508

View File

@ -3,7 +3,7 @@
PORTNAME= libstrfunc
PORTVERSION= 8.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
http://lionet.info/soft/
@ -11,11 +11,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
MAINTAINER= vlm@lionet.info
COMMENT= Handles CGI forms, MIME, templates, date conversions, etc
USES= libtool
USES= autoreconf libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= autoconf aclocal automake libtoolize
AUTOMAKE_ARGS= --add-missing
CONFIGURE_ARGS= --program-prefix=""
INSTALL_TARGET= install-strip
.include <bsd.port.mk>