summaryrefslogtreecommitdiff
path: root/palm/pose
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-09 01:51:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-09 01:51:38 +0000
commit3eed747eafabf9cf28ec9d6f9a009e9053e5b86a (patch)
tree68d7f9c6c05c77799dd284e2b1cc2b38dc6aa85c /palm/pose
parentBROKEN on 5.x: broken pkg-plist (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=100439
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 fe7c723d15a8..8be41e1ec0e0 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>