c222660538
wouldn't mind seeing other people continue to maintain these packages. Resetting to pkgsrc-users@NetBSD.org
24 lines
745 B
Makefile
24 lines
745 B
Makefile
# $NetBSD: Makefile,v 1.10 2012/11/25 23:32:31 othyro Exp $
|
|
#
|
|
|
|
DISTNAME= tilda-0.9.6
|
|
PKGREVISION= 3
|
|
CATEGORIES= x11 sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tilda/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://tilda.sourceforge.net/
|
|
COMMENT= Terminal like the classic first-person-shooter games
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config intltool msgfmt gmake flex
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_DIRS+= xdg-1.4
|
|
|
|
.include "../../devel/confuse/buildlink3.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/vte/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|