20 lines
508 B
Makefile
20 lines
508 B
Makefile
# $NetBSD: Makefile,v 1.38 2016/08/03 10:23:35 adam Exp $
|
|
|
|
DISTNAME= gtkterm2-0.2.3
|
|
PKGREVISION= 28
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkterm/}
|
|
|
|
MAINTAINER= yui@yui.pe.kr
|
|
HOMEPAGE= http://gtkterm.feige.net/
|
|
COMMENT= Simple GTK-2 terminal with tabs
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/vte/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|