mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files Approved by: portmgr blanket
This commit is contained in:
parent
92747f1bef
commit
17c487dfa3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358831
2 changed files with 7 additions and 8 deletions
|
@ -3,21 +3,20 @@
|
||||||
|
|
||||||
PORTNAME= xmlroff
|
PORTNAME= xmlroff
|
||||||
PORTVERSION= 0.6.2
|
PORTVERSION= 0.6.2
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://xmlroff.org/download/
|
MASTER_SITES= http://xmlroff.org/download/
|
||||||
|
|
||||||
MAINTAINER= hrs@FreeBSD.org
|
MAINTAINER= hrs@FreeBSD.org
|
||||||
COMMENT= XSL formatter that produces PDF and PostScript
|
COMMENT= XSL formatter that produces PDF and PostScript
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo
|
LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo
|
||||||
|
|
||||||
USE_AUTOTOOLS= libtool
|
USES= gmake libtool pkgconfig pathfix
|
||||||
USES= gmake pkgconfig
|
USE_GNOME= libgnomeprint libxslt \
|
||||||
USE_GNOME= gnomehack libgnomeprint libxslt \
|
|
||||||
libxml2 gtk20 glib20 pango
|
libxml2 gtk20 glib20 pango
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -40,9 +40,9 @@ include/libfo-0.6/libfo/libfo-features.h
|
||||||
include/libfo-0.6/libfo/libfo-version.h
|
include/libfo-0.6/libfo/libfo-version.h
|
||||||
include/libfo-0.6/libfo/libfo-compat.h
|
include/libfo-0.6/libfo/libfo-compat.h
|
||||||
lib/libfo-0.6.a
|
lib/libfo-0.6.a
|
||||||
lib/libfo-0.6.la
|
|
||||||
lib/libfo-0.6.so
|
lib/libfo-0.6.so
|
||||||
lib/libfo-0.6.so.602
|
lib/libfo-0.6.so.0
|
||||||
|
lib/libfo-0.6.so.0.602.0
|
||||||
libdata/pkgconfig/libfo-0.6.pc
|
libdata/pkgconfig/libfo-0.6.pc
|
||||||
%%DOCSDIR%%/FoArea.html
|
%%DOCSDIR%%/FoArea.html
|
||||||
%%DOCSDIR%%/FoAreaArea.html
|
%%DOCSDIR%%/FoAreaArea.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue