17 lines
403 B
Makefile
17 lines
403 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/10/12 15:51:22 christtrekker Exp $
|
|
#
|
|
|
|
DISTNAME= lxterminal-0.1.6
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
|
|
|
|
MAINTAINER= christtrekker@users.sourceforge.net
|
|
HOMEPAGE= http://lxde.org/
|
|
COMMENT= Desktop-independent VTE-based terminal emulator
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= perl
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|