summaryrefslogtreecommitdiff
path: root/multimedia/libassetml/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-31 23:56:28 +0000
committerjlam <jlam>2006-03-31 23:56:28 +0000
commit70aa6b34f8fca59d8dc65f39328ce7132e6f9bc7 (patch)
tree7b7b5579c729ee1cb9d4a3002eec00844f1ead5f /multimedia/libassetml/Makefile
parent6e0f16004ae5d9edf92ff829961a6ec163de389c (diff)
downloadpkgsrc-70aa6b34f8fca59d8dc65f39328ce7132e6f9bc7.tar.gz
List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.
Diffstat (limited to 'multimedia/libassetml/Makefile')
-rw-r--r--multimedia/libassetml/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/multimedia/libassetml/Makefile b/multimedia/libassetml/Makefile
index bb72dc398a4..260a92c1f84 100644
--- a/multimedia/libassetml/Makefile
+++ b/multimedia/libassetml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:10:16 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/03/31 23:56:28 jlam Exp $
#
DISTNAME= libassetml-1.2.1
@@ -10,16 +10,14 @@ MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.ofset.org/assetml/
COMMENT= Library for sharing image and audio files between projects
-BUILD_DEPENDS+= texi2html-[0-9]*:../../textproc/texi2html
-
USE_DIRS+= gnome2-1.5 # share/gnome/help
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake pkg-config texi2html
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE+= ${WRKSRC}/src/libassetml.pc.in
GNU_CONFIGURE= yes
-INFO_FILES= libassetml.info
+INFO_FILES= # PLIST
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"