mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
26 lines
542 B
Makefile
26 lines
542 B
Makefile
|
# New ports collection makefile for: nps
|
||
|
# Version required: 0.9.7
|
||
|
# Date Created: 23 May 1999
|
||
|
# Whom: Ralf S. Engelschall
|
||
|
#
|
||
|
# $Id: Makefile,v 1.6 1999/05/21 21:34:00 rse Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= nps-0.9.7
|
||
|
CATEGORIES= devel
|
||
|
MASTER_SITES= http://www.engelschall.com/sw/nps/ \
|
||
|
ftp://ftp.engelschall.com/sw/nps/
|
||
|
|
||
|
MAINTAINER= rse@engelschall.com
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||
|
|
||
|
MAN1= nps-config.1
|
||
|
MAN3= nps.3
|
||
|
|
||
|
post-install:
|
||
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||
|
|
||
|
.include <bsd.port.mk>
|