pkgsrc-wip/lxterminal/Makefile
Blue Rats 31a4983ede Packages that install a .desktop entry should .include
"../../sysutils/desktop-file-utils/desktopdb.mk". Minor formatting fixes in
some files. Other minor fixes in some files. Bump PKGREVISION.
2012-11-13 20:09:29 +00:00

20 lines
530 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/11/13 20:09:34 othyro Exp $
DISTNAME= lxterminal-0.1.11
PKGREVISION= 1
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 "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/vte/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"