mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
35 lines
712 B
Makefile
35 lines
712 B
Makefile
# New ports collection makefile for: pth
|
|
# Version required: 1.0.2
|
|
# Date Created: 23 May 1999
|
|
# Whom: Ralf S. Engelschall
|
|
#
|
|
# $Id: Makefile,v 1.24 1999/07/22 16:11:02 rse Exp $
|
|
#
|
|
|
|
DISTNAME= pth-1.0.2
|
|
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>
|