1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/textproc/libxml/Makefile
Maxim Sobolev 46870bafbb Another attempt (this time correct, I hope) to fix creation/removal of the
${LOCALBASE}/include/gnome-xml/libxml symlink.

Submitted by:	bento
2001-07-30 10:22:38 +00:00

25 lines
522 B
Makefile

# New ports collection makefile for: libxml
# Date created: 28 September 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
PORTNAME= libxml
PORTVERSION= 1.8.14
PORTREVISION= 2
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libxml
MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>