1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/textproc/libxml2/Makefile
1999-01-27 08:31:54 +00:00

22 lines
504 B
Makefile

# New ports collection makefile for: libxml
# Version required: 0.99.3
# Date created: 28 September 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.4 1999/01/17 08:44:29 vanilla Exp $
#
DISTNAME= libxml-0.99.3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= libxml
MAINTAINER= nacai@iname.com
GNU_CONFIGURE= yes
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>