1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/textproc/libxml/Makefile

22 lines
485 B
Makefile
Raw Normal View History

1999-01-31 19:06:21 +00:00
# New ports collection makefile for: libxml
# Version required: 0.99.5
# Date created: 28 September 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
1999-01-31 19:06:21 +00:00
# $Id: Makefile,v 1.5 1999/01/27 08:31:53 fenner Exp $
#
1999-01-31 19:06:21 +00:00
DISTNAME= libxml-0.99.5
CATEGORIES= textproc
1999-01-27 08:31:54 +00:00
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>