1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

Convert to USES=autoreconf

Strip binaries
Remove useless inclusion of bsd.port.options.mk
This commit is contained in:
Baptiste Daroussin 2014-12-18 12:06:30 +00:00
parent ddb373f73d
commit 3103726150
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374899

View File

@ -22,21 +22,17 @@ CONFLICTS= lesstif-[0-9]*
# WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
WRKSRC= ${WRKDIR}/motif-${PORTVERSION}
USES= gmake iconv libtool:keepla pkgconfig tar:tgz
USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
ACLOCAL_ARGS= -I.
AUTOMAKE_ARGS= -a -c -f --foreign
USES= autoreconf gmake iconv libtool:keepla pkgconfig tar:tgz
USE_XORG= x11 xaw xbitmaps xext xft xt
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_ENV= LANG=C
CPPFLAGS+= -DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -I${PREFIX}/include
USE_CSTD= gnu89
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-patch:
# fix sections
@${FIND} ${WRKSRC}/doc/man/man1 -name '*.1' -maxdepth 1 | \