BROKEN on 5.x: does not compile

This commit is contained in:
Kris Kennaway 2003-10-16 01:31:58 +00:00
parent ee35d188a2
commit efd3830f38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91379
41 changed files with 283 additions and 39 deletions

View File

@ -20,7 +20,13 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
do-configure:
@cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py --prefix="${LOCALBASE}"
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -23,6 +23,12 @@ USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-cn-locale=EUC
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-patch:
@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
${WRKSRC}/xsim/IMdkit/IMConn.c
@ -35,4 +41,4 @@ post-install:
@${CP} -R ${WRKDIR}/usr/local/xsim/dat/* ${DATADIR}/dat
@${SED} -e 's,%%X11BASE%%,${X11BASE},g' < ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -27,4 +27,10 @@ ONLY_FOR_ARCHS= i386
MAN1= zhcon.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>

View File

@ -22,4 +22,10 @@ MANCOMPRESSED= maybe
WRKSRC= ${WRKDIR}/XCept-${PORTVERSION}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>

View File

@ -22,8 +22,14 @@ MAN1= idl.1
MLINKS= idl.1 hidl.1 - irdel.1 - irfeed.1 \
- irgen.1 - irserv.1 - jidl.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-install:
${MKDIR} ${PREFIX}/share/doc/ORBacus
${INSTALL_DATA} ${WRKSRC}/ob/LICENSE ${PREFIX}/share/doc/ORBacus
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -21,4 +21,10 @@ USE_PYDISTUTILS=yes
WRKSRC= ${WRKDIR}/psyco-${PORTVERSION}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>

View File

@ -24,6 +24,10 @@ USE_GCC= 3.2
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-extract:
@${MV} ${WRKSRC}/myendian.h ${WRKSRC}/lib

View File

@ -17,4 +17,10 @@ COMMENT= A Motorola 6811 simulator
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>

View File

@ -14,4 +14,10 @@ COMMENT= Rogue-like multiplayer game
MAN6= hunt.6 huntd.6
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>

View File

@ -21,6 +21,12 @@ MAN6= omega.6
PORTDOCS= buglist.txt docs/compile.all docs/omega.txt docs/readme.1st \
docs/readme3 docs/readme4
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/omega ${PREFIX}/bin/omega-game
@${CHOWN} root:games ${PREFIX}/bin/omega-game
@ -41,4 +47,4 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -19,6 +19,12 @@ COMMENT= A curses version of the dice game for one or more players
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
# Distribution does not include an install target. So here it is.
#
do-install:
@ -26,4 +32,4 @@ do-install:
${MKDIR} -m 0755 ${PREFIX}/share/yahtzee
${INSTALL_DATA} -m 0664 -o root -g games /dev/null ${PREFIX}/share/yahtzee/yahtzee.sco
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -18,4 +18,10 @@ INSTALL_TARGET= install install.man
MANLANG= ja
MAN1= kcc.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>

View File

@ -26,6 +26,12 @@ USE_REINPLACE= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DBSD -DKANJI -DPICTURE -DHTML -fwritable-strings"
ALL_TARGET= ${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-patch:
@${REINPLACE_CMD} -e \
's|/usr/lib/plain2|${DATADIR}|g' ${BUILD_WRKSRC}/plain2.h
@ -35,4 +41,4 @@ do-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/lib/*.p2 ${DATADIR}
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -15,6 +15,12 @@ COMMENT= 0.99.4 release of ``The Macro Implementation of SNOBOL4 in C''
MAN1= snobol4.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
# Fix GCC 3.x from freaking out over some of our pointers.
#
# I had to patch gendata.sno, so I patched the changes it produces
@ -25,4 +31,4 @@ MAN1= snobol4.1
post-patch:
touch -t 199705212205.21 ${WRKSRC}/gendata.sno
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -18,4 +18,10 @@ GNU_CONFIGURE= yes
MAN1= gensig.1 cattag.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>

View File

@ -23,8 +23,14 @@ WRKSRC= ${WRKDIR}/poppassd
ALL_TARGET= poppassd
MAN8= poppassd.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-install:
@ ${STRIP_CMD} ${PREFIX}/libexec/poppassd
@ ${INSTALL_MAN} ${FILESDIR}/poppassd.8 ${PREFIX}/man/man8/
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -32,6 +32,12 @@ PLIST_SUB+= MYSQL="@comment "
ALL_TARGET= ${PROGS}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
pre-build:
${ECHO_CMD} "${LOCALBASE}/include/bglibs" > ${WRKSRC}/conf-bgincs
${ECHO_CMD} "${LOCALBASE}/lib" > ${WRKSRC}/conf-bglibs
@ -47,4 +53,4 @@ do-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -20,6 +20,12 @@ NO_WRKSUBDIR= yes
ALL_TARGET=
MAN1= bible.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-patch:
@${MV} ${WRKSRC}/brl.c ${WRKSRC}/brl.c.sed
${SED} -e "s=%%PREFIX%%=${PREFIX}=g" \
@ -28,4 +34,4 @@ post-patch:
${SED} -e "s=%%PREFIX%%=${PREFIX}=g" \
${WRKSRC}/bible.1.sed > ${WRKSRC}/bible.1
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -18,10 +18,16 @@ COMMENT= A Unix menuing shell
NO_WRKSUBDIR= yes
MAN1= mshell.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
zcat ${DISTDIR}/${DISTFILES} |(cd ${WRKDIR}; \
${AWK} '{if (/^#!/) x++} {if(x) print $$0'}| ${SH})
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -17,4 +17,10 @@ MAN1= amin.1 helpers.1 huh.1 mesg.1 write.1
GNU_CONFIGURE= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>

View File

@ -57,6 +57,12 @@ DOCS2= CAP.faq CAP60.README NOTICE README
READMES= applications/papif applications/lwsrv applications/aufs \
doc applications support/uab support/ethertalk
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
pre-patch:
@(cd ${WRKSRC}; \
for f in ../cap60.patch* ; do ${PATCH} -s -p < $$f ; done)
@ -107,4 +113,4 @@ post-install:
@${LN} -fs ${PREFIX}/man/man8/papif.8${GZ} ${PREFIX}/man/man8/papof.8${GZ}
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include "bsd.port.mk"
.include "bsd.port.post.mk"

View File

@ -19,6 +19,12 @@ USE_REINPLACE= yes
MAN5= l2tp-secrets.5 l2tpd.conf.5
MAN8= l2tpd.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
do-configure:
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/doc/l2tpd.8 \
${WRKSRC}/doc/l2tpd.conf.sample ${WRKSRC}/doc/l2tp-secrets.5 \
@ -35,4 +41,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/l2tpd.conf.sample ${PREFIX}/etc/l2tp
${INSTALL_DATA} ${WRKSRC}/doc/l2tp-secrets.sample ${PREFIX}/etc/l2tp
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -30,6 +30,12 @@ MAN8= rwhois_indexer.8 rwhoisd.8
PORTDOCS= INSTALL.html TODO UPGRADE operations_guide.html \
operations_guide.txt rfc2167.txt security.html security.txt
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/rwhois_indexer.8 ${PREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/doc/rwhoisd.8 ${PREFIX}/man/man8
@ -42,4 +48,4 @@ post-install:
@${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/rwhoisd.sh startup file..."
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/rwhoisd.sh ${PREFIX}/etc/rc.d/rwhoisd.sh
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -30,6 +30,12 @@ MAN8= rwhois_indexer.8 rwhoisd.8
PORTDOCS= INSTALL.html TODO UPGRADE operations_guide.html \
operations_guide.txt rfc2167.txt security.html security.txt
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/rwhois_indexer.8 ${PREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/doc/rwhoisd.8 ${PREFIX}/man/man8
@ -42,4 +48,4 @@ post-install:
@${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/rwhoisd.sh startup file..."
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/rwhoisd.sh ${PREFIX}/etc/rc.d/rwhoisd.sh
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -27,6 +27,12 @@ NO_WRKSUBDIR= yes
PATCH_STRIP= -p1
MAN1= ztelnet.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-patch:
# we can ignore warnings
@( cd ${WRKSRC}/ztelnet && \
@ -48,4 +54,4 @@ do-install:
${INSTALL_PROGRAM} telnet/telnet ${PREFIX}/bin/ztelnet
${INSTALL_MAN} ${WRKSRC}/ztelnet.1 ${PREFIX}/man/man1/ztelnet.1
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -20,6 +20,12 @@ MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man"
MAN1= newsfetch.1
MANCOMPRESSED= maybe
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
do-configure:
cd ${WRKSRC} && ( \
${ECHO_CMD} "PROG= newsfetch"; \
@ -27,4 +33,4 @@ do-configure:
${ECHO_CMD} ".include <bsd.prog.mk>"; \
) > Makefile
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -16,10 +16,18 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= jooji@nickelkid.com
COMMENT= Newsreader
USE_GMAKE= yes
MAN1= nn.1 nncheck.1 nngoback.1 nngrab.1 nngrep.1 nnpost.1 \
nntidy.1 nnview.1 nnacct.1m nnadmin.1m nnstats.1m nnusage.1m
MAN8= nnmaster.8 nnspew.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
pre-patch:
@${CP} ${WRKSRC}/config.h-dist ${WRKSRC}/config.h.unparsed
@ -30,4 +38,4 @@ pre-build:
post-install:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${DISTNAME} POST-INSTALL
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -19,6 +19,12 @@ COMMENT= Converts JFile database to CSV, and vice versa
ALL_TARGET= # none
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jconv ${PREFIX}/bin/jfconv
.if !defined(NOPORTDOCS)
@ -26,4 +32,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jfconv/
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -19,4 +19,10 @@ CONFIGURE_ARGS= "--with-etcdir=$(PREFIX)/etc"
MAN1= calife.1
MAN5= calife.auth.5
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>

View File

@ -19,4 +19,10 @@ CONFIGURE_ARGS= "--with-etcdir=$(PREFIX)/etc"
MAN1= calife.1
MAN5= calife.auth.5
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>

View File

@ -20,6 +20,10 @@ COMMENT= Bruce Force Attack Utility working on multiple network services
GNU_CONFIGURE= yes
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.if !target(post-install) && (${PORTNAME} == "hydra")
post-install:
@${STRIP_CMD} ${PREFIX}/bin/hydra

View File

@ -21,10 +21,16 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_OPENSSL= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/POW.pdf ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -27,6 +27,12 @@ PORTDOCS= Acknowledgements Copyrights LICENSE copyright.c \
rfc2944.txt rfc2945.txt rfc2946.txt rfc2947.txt rfc2948.txt \
rfc2949.txt rfc2950.txt rfc2952.txt rfc2953.txt srp.ps
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.if !defined(NOPORTDOCS)
post-install:
.for f in ${PORTDOCS}
@ -37,4 +43,4 @@ post-install:
@${ECHO_CMD} @dirrm share/doc/srp >> ${TMPPLIST}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -19,6 +19,12 @@ USE_REINPLACE= YES
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-patch:
${REINPLACE_CMD} -e 's/SSL_OP_NON_EXPORT_FIRST/SSL_OP_CIPHER_SERVER_PREFERENCE/g' ${WRKSRC}/s_server.c
@ -30,4 +36,4 @@ do-install:
${PREFIX}/share/doc/sslwrap
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -25,7 +25,13 @@ USE_PERL5= yes
MAN1= vlog.1
MANCOMPRESSED= no
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-patch:
${REINPLACE_CMD} -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -22,7 +22,13 @@ NOMANCOMPRESS= yes
MAN1= bash.1 bash_builtins.1
INFO= bash
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-install:
@install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -42,6 +42,12 @@ HTDOCS= command.php command_html.inc command_wml.inc \
login_html.php login_wml.php scroll_wml.php \
shortcuts_wml.php
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-patch:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/htshd/htshd.c > ${WRKDIR}/foo && \
${MV} ${WRKDIR}/foo ${WRKSRC}/htshd/htshd.c
@ -96,4 +102,4 @@ post-install:
fi
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -48,6 +48,12 @@ MAN1= lpf.1 psbanner.1 lp.1 cancel.1 lprng_certs.1 lprng_index_certs.1 \
MAN5= printcap.5 lpd.conf.5 lpd.perms.5
MAN8= lpc.8 checkpc.8 lpd.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
pre-everything::
@${ECHO_MSG} "If you want to replace the default printing system with LPRng, use:"
@${ECHO_MSG} " make PREFIX=/usr SYSCONFDIR=/etc clean all install"
@ -71,4 +77,4 @@ post-install:
.endif
@${SED} -e "s!DOCSDIR!${DOCSDIR}/!" ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -16,6 +16,12 @@ COMMENT= Prints IP subnet ranges by list or CIDR
WRKSRC= ${WRKDIR}/prips
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/prips ${PREFIX}/bin
@ -28,4 +34,4 @@ post-install:
@${SED} 's#@dirrm share/doc/prips##' ${WRKDIR}/PLIST.tmp > ${TMPPLIST}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -19,6 +19,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -DISO_CHAR_SET=1"
MAN1= glimpse.1 glimpseindex.1 glimpseserver.1 agrep.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
pre-configure:
${RM} ${WRKSRC}/config.cache
${CHMOD} ugo+x ${WRKSRC}/configure
@ -29,4 +35,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/glimpse
${INSTALL_PROGRAM} ${WRKSRC}/index/wgconvert ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -13,6 +13,12 @@ MASTER_SITES= ftp://ftp.jclark.com/pub/sp/
MAINTAINER= ports@FreeBSD.org
COMMENT= An object-oriented toolkit for SGML parsing and entity management
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
.if ${MACHINE_ARCH} == sparc64
BROKEN= does not compile on ${MACHINE_ARCH}
.endif
@ -27,4 +33,4 @@ post-install:
for file in $(WRKSRC)/include/*;do $(INSTALL_DATA) $$file $(PREFIX)/include/sp;done
for file in $(WRKSRC)/doc/*;do $(INSTALL_DATA) $$file $(PREFIX)/share/doc/sp;done
.include <bsd.port.mk>
.include <bsd.port.post.mk>