ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/x11/Terminal/Makefile
Revision: 12137
Committed: Thu Dec 15 00:57:58 2011 UTC (12 years, 4 months ago) by laffer1
File size: 1255 byte(s)
Log Message:
drop gnometarget, it's dead

File Contents

# Content
1 # $MidnightBSD: mports/x11/Terminal/Makefile,v 1.5 2011/05/01 19:26:08 laffer1 Exp $
2 # $FreeBSD: ports/x11/Terminal/Makefile,v 1.19 2008/06/06 14:08:50 edwin Exp $
3
4 PORTNAME= Terminal
5 PORTVERSION= 0.4.6
6 CATEGORIES= x11 xfce
7 MASTER_SITES= ${MASTER_SITE_XFCE}
8 MASTER_SITE_SUBDIR= src/apps/${PORTNAME:L}/${PORTVERSION:R}
9 DIST_SUBDIR= xfce4
10
11 MAINTAINER= ports@MidnightBSD.org
12 COMMENT= Terminal emulator for the X windowing system
13 LICENSE= gpl2
14
15 USE_AUTOTOOLS= libtool
16 GNU_CONFIGURE= yes
17 INSTALLS_ICONS= yes
18 USE_BZIP2= yes
19 USE_GMAKE= yes
20 USE_GNOME= gtk20 glib20 intltool intlhack pkgconfig vte
21 USE_XFCE= configenv libexo
22 USE_XORG= x11
23
24 OPTIONS= DBUS "Enable D-BUS support" on \
25 NLS "Enable Native Language Support" on
26
27 MAN1= Terminal.1
28 MANLANG= "" ca da es fr gl id it ja pt ru ug zh_CN
29
30 .include <bsd.port.pre.mk>
31
32 .if defined(NOPORTDOCS)
33 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-doc-Makefile.in
34 .endif
35
36 .if !defined(WITHOUT_DBUS)
37 LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
38 CONFIGURE_ARGS+=--enable-dbus
39 .else
40 CONFIGURE_ARGS+=--disable-dbus
41 .endif
42
43 .if !defined(WITHOUT_NLS)
44 USE_GETTEXT= yes
45 CONFIGURE_ARGS+=--enable-nls
46 PLIST_SUB+= NLS=""
47 .else
48 CONFIGURE_ARGS+=--disable-nls
49 PLIST_SUB+= NLS="@comment "
50 .endif
51
52 .include <bsd.port.post.mk>

Properties

Name Value
cvs2svn:cvs-rev 1.6