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:
parent
ddb373f73d
commit
3103726150
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374899
@ -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 | \
|
||||
|
Loading…
Reference in New Issue
Block a user