mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
40 lines
865 B
Makefile
40 lines
865 B
Makefile
# Created by: Remington Lang <MrL0Lz@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= geany
|
|
PORTVERSION= 1.30.1
|
|
CATEGORIES= devel editors
|
|
MASTER_SITES= http://download.geany.org/ SF
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Fast and lightweight GTK+ IDE
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_GNOME= gtk20 intltool
|
|
USES= desktop-file-utils gettext-tools gmake libtool \
|
|
localbase pathfix pkgconfig tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= VTE NLS DOCS
|
|
OPTIONS_DEFAULT= VTE
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext-runtime
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
VTE_DESC= Embedded virtual terminal
|
|
VTE_CONFIGURE_ENABLE= vte
|
|
VTE_USE= GNOME=vte
|
|
|
|
post-patch-DOCS-off:
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|doc||' ${WRKSRC}/Makefile.in
|
|
|
|
post-patch-NLS-off:
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|po||' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|