1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/devel/pth/Makefile

26 lines
560 B
Makefile
Raw Normal View History

# New ports collection makefile for: nps
1999-06-26 13:57:54 +00:00
# Version required: 0.9.21
# Date Created: 23 May 1999
# Whom: Ralf S. Engelschall
#
1999-06-26 13:57:54 +00:00
# $Id: Makefile,v 1.13 1999/06/25 15:46:59 rse Exp $
#
1999-06-26 13:57:54 +00:00
DISTNAME= nps-0.9.21
CATEGORIES= devel
MASTER_SITES= http://www.engelschall.com/sw/nps/ \
ftp://ftp.engelschall.com/sw/nps/
MAINTAINER= rse@engelschall.com
GNU_CONFIGURE= yes
1999-06-09 07:00:46 +00:00
CONFIGURE_ARGS= --prefix=${PREFIX} --enable-batch
MAN1= nps-config.1
MAN3= nps.3
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>