summaryrefslogtreecommitdiffstats
path: root/devel/ptl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ptl/Makefile')
-rw-r--r--devel/ptl/Makefile63
1 files changed, 0 insertions, 63 deletions
diff --git a/devel/ptl/Makefile b/devel/ptl/Makefile
deleted file mode 100644
index d7ca519..0000000
--- a/devel/ptl/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-# New ports collection makefile for: PTL
-# Date created: 8 April 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ptl
-PORTVERSION= 2.1.9
-CATEGORIES= devel
-MASTER_SITES= ftp://ftp.media.osaka-cu.ac.jp/pub/%SUBDIR%/ \
- ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/%SUBDIR%/
-MASTER_SITE_SUBDIR= ${PORTNAME:U}/${PORTNAME:U}2
-DISTNAME= ${PORTNAME:U}-${PORTVERSION}
-
-MAINTAINER= knu@FreeBSD.org
-COMMENT= A user level multi-thread library based on POSIX 1003.1c API
-
-BROKEN= "Does not compile"
-
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
-
-PATCH_SITES= ${MASTER_SITES}
-PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR}
-#PATCHFILES= ${DISTNAME}_readdir-patch
-PATCH_DIST_STRIP= -p1
-
-USE_PERL5= yes
-USE_REINPLACE= yes
-MAKE_ARGS= prefix="${PREFIX}"
-INSTALLS_SHLIB= yes
-
-DOCS= COPYING ChangeLog FAQ NEWS \
- PROBLEMS README README.PDB README.jp \
- WISHLIST doc/manual.ps.gz
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500000
-BROKEN= "FreeBSD 5.x is not supported yet."
-.endif
-
-post-patch:
- ${REINPLACE_CMD} -e 's|-O[2-6]|${CFLAGS}|g' \
- ${WRKSRC}/Util/Makefile.in \
- ${WRKSRC}/Util/configure \
- ${WRKSRC}/libaltsys/utils/configure
-
-post-install:
- ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/${PORTNAME:U}
- cd ${PREFIX} && ( \
- ${FIND} ${PORTNAME:U} -type f -o -type l | sort; \
- ${FIND} ${PORTNAME:U} -type d | sort -r | ${SED} 's/^/@dirrm /'; \
- ) >> ${TMPPLIST}
-.if !defined(NOPORTDOCS)
- ${INSTALL_DATA} ${WRKSRC}/doc/PTL.info* ${PREFIX}/info/
-.for f in ${DOCS}
- ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}/
-.endfor
-.endif
-
-.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud