18 lines
455 B
Makefile
18 lines
455 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/10/03 09:10:45 asau Exp $
|
|
|
|
DISTNAME= lxterminal-0.1.11
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://lxde.org/
|
|
COMMENT= Desktop-independent VTE-based terminal emulator
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= intltool pkg-config
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/vte/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|