freebsd-ports/textproc/libxml2/Makefile
Vanilla I. Shu 5902155466 Upgrade gnumeric to 0.5, libxml to 0.99,
Correct gtk11-devel's PLIST,
and fix some configure problem of electriceyes.
1999-01-05 08:00:41 +00:00

22 lines
555 B
Makefile

# New ports collection makefile for: libxml
# Version required: 0.99
# Date created: 28 September 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.1.1.1 1998/10/10 13:48:53 vanilla Exp $
#
DISTNAME= libxml-0.99
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
MAINTAINER= Nakai@technologist.com
GNU_CONFIGURE= yes
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>