1997-04-26 20:02:01 +00:00
|
|
|
# New ports collection makefile for: sp
|
|
|
|
# Date created: April 26, 1997
|
|
|
|
# Whom: jfieber
|
|
|
|
#
|
1999-08-31 02:11:56 +00:00
|
|
|
# $FreeBSD$
|
1997-04-26 20:02:01 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:54:47 +00:00
|
|
|
PORTNAME= sp
|
2001-02-05 16:35:26 +00:00
|
|
|
PORTVERSION= 1.3.4
|
1997-04-26 20:02:01 +00:00
|
|
|
CATEGORIES= textproc
|
2005-11-09 01:41:43 +00:00
|
|
|
MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ \
|
|
|
|
http://dist.bsdlab.org/
|
1997-04-26 20:02:01 +00:00
|
|
|
|
2003-06-08 00:30:49 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= An object-oriented toolkit for SGML parsing and entity management
|
1997-04-26 20:02:01 +00:00
|
|
|
|
2005-11-09 01:41:43 +00:00
|
|
|
CONFLICTS= jade-1.*
|
|
|
|
|
2005-04-12 03:26:56 +00:00
|
|
|
.if ${MACHINE_ARCH} == sparc64
|
2005-11-09 01:41:43 +00:00
|
|
|
BROKEN= "does not compile on ${MACHINE_ARCH}"
|
2003-06-30 01:31:15 +00:00
|
|
|
.endif
|
|
|
|
|
2002-03-25 11:13:39 +00:00
|
|
|
USE_SUBMAKE= yes
|
2006-08-15 01:04:55 +00:00
|
|
|
USE_LDCONFIG= yes
|
2004-02-08 11:20:10 +00:00
|
|
|
USE_GCC= 2.95
|
|
|
|
PORTDOCS= Makefile archform.htm build.htm catalog catalog.htm \
|
|
|
|
charset.htm features.htm generic.htm ideas.htm index.htm \
|
|
|
|
new.htm nsgmls.htm sgmldecl.htm sgmlnorm.htm sgmlsout.htm \
|
|
|
|
spam.htm spent.htm sx.htm sysdecl.htm sysid.htm xml.htm
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's,=/usr/local,=${PREFIX},g' ${WRKSRC}/Makefile*
|
2000-06-15 17:59:45 +00:00
|
|
|
|
1999-06-02 21:39:10 +00:00
|
|
|
post-install:
|
2004-02-08 11:20:10 +00:00
|
|
|
${MKDIR} ${PREFIX}/include/sp
|
|
|
|
${RM} -f ${WRKSRC}/include/*.orig
|
|
|
|
for f in ${WRKSRC}/include/*;do ${INSTALL_DATA} $$f ${PREFIX}/include/sp;done
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
|
|
.endif
|
1997-04-26 20:02:01 +00:00
|
|
|
|
2004-02-08 11:20:10 +00:00
|
|
|
.include <bsd.port.mk>
|