mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
24 lines
597 B
Makefile
24 lines
597 B
Makefile
# Created by: Ade Lovett <ade@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/www/libgtkhtml/Makefile,v 1.41 2008/08/23 18:23:00 mezz Exp $
|
|
|
|
PORTNAME= libgtkhtml
|
|
PORTVERSION= 2.11.1
|
|
PORTREVISION= 7
|
|
CATEGORIES= www gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Lightweight HTML rendering/printing/editing engine
|
|
|
|
USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2
|
|
USE_GNOME= gnomeprefix libxslt gnomevfs2
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|