diff options
author | steve <steve@FreeBSD.org> | 1999-01-18 11:41:26 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-18 11:41:26 +0800 |
commit | aa7cc25e0bb666b4083e84b2fa4333c7042de191 (patch) | |
tree | a0524ddfd21428a1e9c7917332fe18246726dd8e /sysutils/npadmin/Makefile | |
parent | 7e639646036133206d3b88f5ea8421853d1a0b0b (diff) | |
download | freebsd-ports-graphics-aa7cc25e0bb666b4083e84b2fa4333c7042de191.tar.gz freebsd-ports-graphics-aa7cc25e0bb666b4083e84b2fa4333c7042de191.tar.zst freebsd-ports-graphics-aa7cc25e0bb666b4083e84b2fa4333c7042de191.zip |
Initial import of npadmin version 0.7.
An SNMP based command line network printer management tool.
PR: 8839
Submitted by: Dominic Mitchell <dom@phmit.demon.co.uk>
Diffstat (limited to 'sysutils/npadmin/Makefile')
-rw-r--r-- | sysutils/npadmin/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/npadmin/Makefile b/sysutils/npadmin/Makefile new file mode 100644 index 00000000000..c820c22f815 --- /dev/null +++ b/sysutils/npadmin/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: npadmin +# Version required: 0.7 +# Date created: 13 Nov 1998 +# Whom: Dom Mitchell <dom@myrddin.demon.co.uk> +# +# $Id$ +# + +DISTNAME= npadmin-0.7 +CATEGORIES= sysutils print +MASTER_SITES= ftp://ftp.penguincomputing.com/pub/prtools/ + +MAINTAINER= dom@myrddin.demon.co.uk + +ALL_TARGET= npadmin + +MAN1= npadmin.1 + +GNU_CONFIGURE= yes + +pre-build: + ${CP} ${FILESDIR}/getopt* ${WRKSRC} + +.include <bsd.port.mk> |