aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pth/Makefile
blob: de9790c928ad66ed36fdf7edc2eb6fe0cdf42f11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:   pth
# Version required:     1.0.5
# Date Created:         23 May 1999
# Whom:             Ralf S. Engelschall
#
# $Id: Makefile,v 1.27 1999/08/03 10:58:11 rse Exp $
#

DISTNAME=   pth-1.0.5
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_GNU} \
        ftp://ftp.engelschall.com/sw/pth/
MASTER_SITE_SUBDIR= pth

MAINTAINER= rse@engelschall.com

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
        --enable-syscall-soft \
        --enable-batch

MAN1=       pth-config.1
MAN3=       pth.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>