62373b82ac
- still crashes *very* rarely when hitting ctrl-d, seems related to vte (http://bugzilla.xfce.org/show_bug.cgi?id=3246) - remove all unneeded patches - install more documentation - add update-desktop-database goo ok ajacoutot@ steven@
33 lines
778 B
Makefile
33 lines
778 B
Makefile
# $OpenBSD: Makefile,v 1.6 2007/12/18 20:55:13 landry Exp $
|
|
|
|
COMMENT= lightweight vte-based terminal for xfce4
|
|
|
|
V= 0.2.8
|
|
DISTNAME= Terminal-${V}
|
|
PKGNAME= terminal-${V}
|
|
|
|
HOMEPAGE= http://www.xfce.org/projects/terminal/
|
|
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
|
|
|
# GPL
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.xfce.org/archive/xfce-4.4.2/src/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
LIB_DEPENDS= exo-0.3.>=5::x11/xfce4/exo \
|
|
dbus-glib-1::x11/dbus-glib \
|
|
dbus-1.>=6::x11/dbus \
|
|
vte.>=11::devel/vte
|
|
RUN_DEPENDS= ::devel/desktop-file-utils
|
|
|
|
WANTLIB= X11 atk-1.0 c gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 gobject-2.0 \
|
|
gtk-x11-2.0 startup-notification-1 xfce4util
|
|
|
|
.include <bsd.port.mk>
|