mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
80c424d8a3
Approved by: portmgr (blanket)
43 lines
1010 B
Makefile
43 lines
1010 B
Makefile
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
|
|
|
PORTNAME= lxterminal
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%200.4.x/
|
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
|
COMMENT= Lightweight terminal emulator from the LXDE project
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2
|
|
|
|
USES= cpe gmake gnome localbase pkgconfig tar:xz xorg
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
USE_GNOME= gtk20 glib20 cairo vte intltool
|
|
USE_XORG= x11 xext
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-gtk3=no
|
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES_OFF= gettext-tools
|
|
|
|
post-patch-NLS-off:
|
|
@${REINPLACE_CMD} -e 's|src po|src|' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|