summaryrefslogtreecommitdiffstats
path: root/palm/pose
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-09 01:51:38 +0000
committerkris <kris@FreeBSD.org>2004-02-09 01:51:38 +0000
commitef9c8e51673c471ffcff1686835bc63d81b1938e (patch)
treeb7d54df145a7d01e3b69143975f1b30e0298412b /palm/pose
parentfcf1b9ee2546f78b664428d9c0eea5b62f27baf2 (diff)
downloadFreeBSD-ports-ef9c8e51673c471ffcff1686835bc63d81b1938e.zip
FreeBSD-ports-ef9c8e51673c471ffcff1686835bc63d81b1938e.tar.gz
BROKEN on 5.x: does not compile
Diffstat (limited to 'palm/pose')
-rw-r--r--palm/pose/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/palm/pose/Makefile b/palm/pose/Makefile
index fe7c723..8be41e1 100644
--- a/palm/pose/Makefile
+++ b/palm/pose/Makefile
@@ -30,10 +30,16 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
CFLAGS=-DBROKEN_VIRTUAL_DEFAULT_ARGUMENTS=1 \
LIBS="${PTHREAD_LIBS}"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
post-install:
${MKDIR} ${PREFIX}/share/pose
${INSTALL_DATA} "${WRKSRC}/../ROMTransfer/Source/ROM_Transfer.prc" ${PREFIX}/share/pose
@${SED} -e 's#/usr/local#${PREFIX}#g' ${PKGMESSAGE}
${CP} -Rp ${WRKDIR}/Skins_v1.9 ${PREFIX}/share/pose/skins
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud