ee68c93314
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
24 lines
716 B
Makefile
24 lines
716 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/07/07 15:49:33 jlam 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
|
|
|
|
USE_DIRS+= gnome2-1.5 # share/gnome/help
|
|
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"
|