5060ea3e06
easy to use terminal emulator for the X windowing system, with some new ideas and features that makes it unique among X terminal emulators.
16 lines
478 B
Makefile
16 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 09:51:20 martti Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
XFCE4_VERSION= 0.2.6
|
|
|
|
DISTNAME= Terminal-${XFCE4_VERSION}
|
|
PKGNAME= xfce4-terminal-${XFCE4_VERSION}
|
|
CATEGORIES= x11
|
|
COMMENT= Xfce terminal emulator
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../x11/xfce4-exo/buildlink3.mk"
|
|
.include "../../x11/vte/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|