freebsd-ports/sysutils/npadmin/Makefile
FUJISHIMA Satsuki b185046be2 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
2003-07-14 02:53:03 +00:00

31 lines
641 B
Makefile

# New ports collection makefile for: npadmin
# Date created: 13 Nov 1998
# Whom: Dom Mitchell <dom@happygiraffe.net>
#
# $FreeBSD$
#
PORTNAME= npadmin
PORTVERSION= 0.8.7
PORTREVISION= 1
CATEGORIES= sysutils print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= dom@happygiraffe.net
COMMENT= An SNMP based command line network printer management tool
MAN1= npadmin.1
USE_GETOPT_LONG=yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
pre-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
pre-configure:
${RM} ${WRKSRC}/getopt.h ${WRKSRC}/getopt1.c
.include <bsd.port.mk>