freebsd-ports/sysutils/npadmin/Makefile

21 lines
414 B
Makefile
Raw Normal View History

# Created by: Dom Mitchell <dom@happygiraffe.net>
1999-08-31 04:00:46 +02:00
# $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
2013-11-15 17:05:56 +01:00
PLIST_FILES= bin/npadmin man/man1/${PORTNAME}.1.gz
pre-configure:
${RM} ${WRKSRC}/getopt.h ${WRKSRC}/getopt1.c
.include <bsd.port.mk>