openbsd-ports/textproc/expat/Makefile

25 lines
584 B
Makefile
Raw Normal View History

2004-08-04 12:12:14 -04:00
# $OpenBSD: Makefile,v 1.21 2004/08/04 16:12:14 naddy Exp $
# $FreeBSD: Makefile,v 1.2 1999/08/31 02:09:14 peter Exp $
1999-11-08 09:02:25 -05:00
COMMENT= "XML 1.0 parser written in C"
DISTNAME= expat-1.95.6
1999-11-08 09:02:25 -05:00
CATEGORIES= textproc
2002-05-14 08:07:09 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/}
HOMEPAGE= http://expat.sourceforge.net/
MAINTAINER= Brad Smith <brad@openbsd.org>
1999-11-08 09:02:25 -05:00
# BSD
2000-03-24 10:59:34 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2002-08-04 21:14:29 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
2004-08-04 12:12:14 -04:00
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/conftools
1999-11-08 09:02:25 -05:00
.include <bsd.port.mk>