pkgsrc-wip/granule/Makefile
Thomas Klausner 53cae12b32 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:53:10 +00:00

29 lines
863 B
Makefile

# $NetBSD: Makefile,v 1.10 2009/07/22 09:53:12 thomasklausner Exp $
#
DISTNAME= granule-1.4.0-7
PKGNAME= ${DISTNAME:S/-7$//}
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=granule/}
MAINTAINER= bartosz.kuzma@gmail.com
HOMEPAGE= http://granule.sourceforge.net/
COMMENT= Program for Leitner methodology for learning new words
BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt perl pkg-config xgettext
GNU_CONFIGURE= yes
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../wip/libassa/buildlink3.mk"
.include "../../x11/gtkmm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"