mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Switch to USES=libtool
This commit is contained in:
parent
ca634fb0be
commit
6d5ea1c23b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363502
@ -11,8 +11,8 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Simple GTK-2 terminal with tabs
|
||||
|
||||
USE_GNOME= vte
|
||||
USES= pkgconfig gmake
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gmake libtool pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PORTDOCS= README
|
||||
PLIST_FILES= bin/gtkterm2 \
|
||||
@ -25,8 +25,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^CFLAGS=""||g' ${WRKSRC}/configure
|
||||
|
||||
@ -37,9 +35,7 @@ do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}/pixmaps
|
||||
${INSTALL_DATA} ${WRKSRC}/pixmaps/gtkterm2.png \
|
||||
${STAGEDIR}${DATADIR}/pixmaps/gtkterm2.png
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user