aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/npadmin/Makefile
blob: 50255c95bdf925bc613a632b6e313dc05e0e1dfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Dom Mitchell <dom@happygiraffe.net>
# $FreeBSD$

PORTNAME=   npadmin
PORTVERSION=    0.8.7
PORTREVISION=   1
CATEGORIES= sysutils print
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    SNMP based command line network printer management tool

GNU_CONFIGURE=  yes

PLIST_FILES=    bin/npadmin man/man1/${PORTNAME}.1.gz

pre-configure:
    ${RM} ${WRKSRC}/getopt.h ${WRKSRC}/getopt1.c

.include <bsd.port.mk>