2005-01-27 19:27:41 +01:00
|
|
|
# New ports collection makefile for: Terminal
|
|
|
|
# Date created: 23 October 2004
|
2005-09-06 19:42:39 +02:00
|
|
|
# Whom: Matt Lancereau <ports@FreeBSD.org>
|
2005-01-27 19:27:41 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Terminal
|
2011-07-27 07:48:55 +02:00
|
|
|
PORTVERSION= 0.4.8
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2007-01-22 17:45:10 +01:00
|
|
|
CATEGORIES= x11 xfce
|
2010-05-31 17:27:35 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
|
|
MASTER_SITE_SUBDIR= src/apps/${PORTNAME:L}/${PORTVERSION:R}
|
2007-01-22 17:45:10 +01:00
|
|
|
DIST_SUBDIR= xfce4
|
2005-01-27 19:27:41 +01:00
|
|
|
|
2011-10-23 13:56:51 +02:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2005-01-27 19:27:41 +01:00
|
|
|
COMMENT= Terminal emulator for the X windowing system
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2005-01-27 19:27:41 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-01-22 17:45:10 +01:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_BZIP2= yes
|
2005-07-31 10:54:28 +02:00
|
|
|
USE_GMAKE= yes
|
2011-04-14 14:00:56 +02:00
|
|
|
USE_GNOME= gnomehack gtk20 glib20 intltool intlhack pkgconfig vte \
|
|
|
|
desktopfileutils
|
2007-07-13 15:53:31 +02:00
|
|
|
USE_XFCE= configenv libexo
|
2010-05-31 17:27:35 +02:00
|
|
|
USE_XORG= x11
|
2007-01-22 17:45:10 +01:00
|
|
|
|
2011-04-14 14:00:56 +02:00
|
|
|
CONFIGURE_ARGS= --without-gnome-default-appsdir
|
2011-07-27 07:48:55 +02:00
|
|
|
CONFIGURE_ENV+= ac_cv_prog_AWK="${AWK}"
|
2011-04-14 14:00:56 +02:00
|
|
|
|
2007-01-22 17:45:10 +01:00
|
|
|
OPTIONS= DBUS "Enable D-BUS support" on \
|
2010-05-31 17:27:35 +02:00
|
|
|
NLS "Enable Native Language Support" on
|
2005-01-27 19:27:41 +01:00
|
|
|
|
|
|
|
MAN1= Terminal.1
|
2011-04-14 14:00:56 +02:00
|
|
|
MANLANG= "" ca da el es fr gl id it ja pt ru sv ug zh_CN
|
2005-01-27 19:27:41 +01:00
|
|
|
|
2007-01-22 17:45:10 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2010-05-31 17:27:35 +02:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-doc-Makefile.in
|
|
|
|
.endif
|
|
|
|
|
2007-01-22 17:45:10 +01:00
|
|
|
.if !defined(WITHOUT_DBUS)
|
|
|
|
LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
|
|
|
|
CONFIGURE_ARGS+=--enable-dbus
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-dbus
|
|
|
|
.endif
|
|
|
|
|
2010-05-31 17:27:35 +02:00
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
CONFIGURE_ARGS+=--enable-nls
|
|
|
|
PLIST_SUB+= NLS=""
|
2007-01-22 17:45:10 +01:00
|
|
|
.else
|
2010-05-31 17:27:35 +02:00
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
2007-01-22 17:45:10 +01:00
|
|
|
.endif
|
|
|
|
|
2010-05-31 17:27:35 +02:00
|
|
|
post-install:
|
|
|
|
@-update-desktop-database
|
2005-01-27 19:27:41 +01:00
|
|
|
|
2007-01-22 17:45:10 +01:00
|
|
|
.include <bsd.port.post.mk>
|