freebsd-ports/sysutils/npadmin/Makefile

24 lines
451 B
Makefile
Raw Normal View History

# New ports collection makefile for: npadmin
# Date created: 13 Nov 1998
# Whom: Dom Mitchell <dom@happygiraffe.net>
#
1999-08-31 04:00:46 +02:00
# $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
GNU_CONFIGURE= yes
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
.include <bsd.port.mk>