diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-08-17 10:13:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-08-17 10:13:37 +0000 |
commit | bae39a02fdb87fff580e507cbc900d791b994fd3 (patch) | |
tree | 65a7b77d23e7ed0fcdbfba7381456193400b9c5e /devel/pth-devel/Makefile | |
parent | Add NO_LATEST_LINK (diff) |
(With my PW cap on) Emergency operation: temporarily remove pth-devel
while we sort out repository copy issues.
Diffstat (limited to 'devel/pth-devel/Makefile')
-rw-r--r-- | devel/pth-devel/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/devel/pth-devel/Makefile b/devel/pth-devel/Makefile deleted file mode 100644 index 7b5f9f34d64b..000000000000 --- a/devel/pth-devel/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: pth -# Version required: 1.1b5 -# Date Created: 17 Aug 1999 -# Whom: Ralf S. Engelschall -# -# $Id: Makefile,v 1.1.1.1 1999/08/17 09:58:33 rse Exp $ -# - -DISTNAME= pth-1.1b5 -CATEGORIES= devel -MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/ \ - ftp://ftp.engelschall.com/sw/pth/ - -MAINTAINER= rse@engelschall.com - -NO_LATEST_LINK= yes - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --enable-pthread \ - --enable-syscall-soft \ - --enable-batch - -MAN1= pth-config.1 pthread-config.1 -MAN3= pth.3 pthread.3 - -post-build: - @${ECHO_MSG} "===> Use 'make test' to run a quick test suite." - -test: - @cd ${WRKSRC} && ${MAKE} test - -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - -.include <bsd.port.mk> |