mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
d83ff1e42e
If you want to set WRKSRC, set GH_PROJECT instead. - The GitHub URLs are case insensitive, but the distribution files you get out of them are not. - If the repository was renamed, the old URL will still work, but the distribution name will be ith the new name. Sponsored by: Absolight
41 lines
976 B
Makefile
41 lines
976 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libfo
|
|
PORTVERSION= 0.6.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= XSL formatter library for xmlroff
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/catalog.xml:textproc/docbook-xsl \
|
|
xmlcatmgr:textproc/xmlcatmgr
|
|
LIB_DEPENDS= libcairo.so:graphics/cairo \
|
|
libfreetype.so:print/freetype2
|
|
|
|
CONFLICTS_INSTALL= xmlroff-0.6.[12] xmlroff-0.6.2_[12345]
|
|
|
|
USES= autoreconf gettext gmake libtool pkgconfig pathfix
|
|
USE_GNOME= libgnomeprint libxslt \
|
|
libxml2 gtk20 glib20 pango \
|
|
librsvg2 gdkpixbuf2
|
|
USE_GITHUB= yes
|
|
GH_PROJECT= xmlroff
|
|
GH_ACCOUNT= xmlroff
|
|
USE_LDCONFIG= yes
|
|
WRKSRC_SUBDIR= xmlroff
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-gtk-doc
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
|
|
${WRKSRC}/libfo/fo-libfo-basic.h
|
|
|
|
.include <bsd.port.mk>
|