aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/npadmin/Makefile
blob: c5ab02587ed928dc0cc4d98ecf909bb8402becaa (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
# New ports collection makefile for:    npadmin
# Date created:     13 Nov 1998
# Whom:         Dom Mitchell <dom@happygiraffe.net>
#
# $FreeBSD$
#

PORTNAME=   npadmin
PORTVERSION=    0.8.7
CATEGORIES= sysutils print
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= dom@happygiraffe.net

MAN1=       npadmin.1

USE_REINPLACE=  yes
GNU_CONFIGURE=  yes

pre-patch:
    @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure

.include <bsd.port.mk>