This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
24 lines
654 B
Makefile
24 lines
654 B
Makefile
# $NetBSD: Makefile,v 1.37 2006/09/16 12:20:37 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gturing-0.1.1
|
|
PKGREVISION= 20
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gturing/0.1/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME2 turing machine emulator
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
USE_LIBTOOL= YES
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-D.*_DISABLE_DEPRECATED
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|