d70523df21
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
25 lines
708 B
Makefile
25 lines
708 B
Makefile
# $NetBSD: Makefile,v 1.12 2009/07/22 09:01:39 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libassetml-1.2.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= multimedia devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ofset/}
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://www.ofset.org/assetml/
|
|
COMMENT= Library for sharing image and audio files between projects
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake pkg-config texi2html msgfmt
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/src/libassetml.pc.in
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= # PLIST
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|