pkgsrc-wip/gnocky/Makefile
Blue Rats 76101696c9 Updated Makefile to pull in latest version of package.
Package still doesn't build however.
2009-05-31 00:27:27 +00:00

26 lines
713 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/05/31 00:27:27 othyro Exp $
#
DISTNAME= gnocky-0.0.7
CATEGORIES= comms
MASTER_SITES= http://www.gnokii.org/download/gnocky/
MAINTAINER= kefren@netbsd.ro
HOMEPAGE= http://www.gnokii.org/
COMMENT= GTK-2 based frontend for gnokii
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_X11= yes
USE_TOOLS+= gmake
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../wip/gnokii/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"