freebsd-ports/devel/pth/Makefile
1999-07-08 11:08:16 +00:00

31 lines
630 B
Makefile

# New ports collection makefile for: pth
# Version required: 1.0b4
# Date Created: 23 May 1999
# Whom: Ralf S. Engelschall
#
# $Id: Makefile,v 1.17 1999/07/07 19:57:59 rse Exp $
#
DISTNAME= pth-1.0b4
CATEGORIES= devel
MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/
MAINTAINER= rse@engelschall.com
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --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>