Use xdg-dirs; use pkginstall font handling; bump PKGREVISION.
This commit is contained in:
parent
34179869f8
commit
aef1018153
2 changed files with 12 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.43 2006/02/05 23:11:16 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.44 2006/02/21 22:43:38 wiz Exp $
|
||||
|
||||
DISTNAME= amaya-fullsrc-9.2.1
|
||||
PKGNAME= ${DISTNAME:S/-fullsrc//}
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.w3.org/Amaya/Distribution/ \
|
||||
ftp://ftp.w3.org/pub/amaya/ \
|
||||
|
@ -16,7 +16,8 @@ COMMENT= Web browser/editor from the World Wide Web Consortium (W3C)
|
|||
EXTRACT_ELEMENTS= Amaya libwww
|
||||
WRKSRC= ${WRKDIR}/Amaya/work
|
||||
|
||||
USE_TOOLS+= gmake
|
||||
USE_DIRS+= xdg-1.1
|
||||
USE_TOOLS+= gmake perl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= ../configure
|
||||
CONFIGURE_ARGS+= --without-graphic-libs # Use pkgsrc libraries
|
||||
|
@ -24,6 +25,9 @@ CFLAGS+= -Dunix
|
|||
# link correctly with pkgsrc zlib
|
||||
LIBS+= -Wl,-R${LOCALBASE}/lib
|
||||
|
||||
FONTS_DIRS.ttf+= ${PREFIX}/share/Amaya/fonts
|
||||
REQD_DIRS+= ${PREFIX}/share/Amaya ${PREFIX}/share/Amaya/fonts
|
||||
|
||||
post-extract:
|
||||
${MKDIR} ${WRKSRC}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2005/07/14 08:06:58 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2006/02/21 22:43:38 wiz Exp $
|
||||
bin/amaya
|
||||
bin/amaya-gtk
|
||||
share/Amaya/amaya/Amaya.svg
|
||||
|
@ -1429,7 +1429,7 @@ share/pixmaps/amaya-8.8.1.png
|
|||
@dirrm share/Amaya/resources
|
||||
@dirrm share/Amaya/gtk/bin
|
||||
@dirrm share/Amaya/gtk
|
||||
@dirrm share/Amaya/fonts
|
||||
@comment in REQD_DIRS: @dirrm share/Amaya/fonts
|
||||
@dirrm share/Amaya/doc/images
|
||||
@dirrm share/Amaya/doc/html/viewing
|
||||
@dirrm share/Amaya/doc/html/using_xml
|
||||
|
@ -1465,4 +1465,6 @@ share/pixmaps/amaya-8.8.1.png
|
|||
@dirrm share/Amaya/config
|
||||
@dirrm share/Amaya/annotlib
|
||||
@dirrm share/Amaya/amaya
|
||||
@dirrm share/Amaya
|
||||
@comment in REQD_DIRS: @dirrm share/Amaya
|
||||
@comment in xdg-dirs: @dirrm share/pixmaps
|
||||
@comment in xdg-dirs: @dirrm share/applications
|
||||
|
|
Loading…
Reference in a new issue