b1d634bfff
- remove defunct homepage and fix mastersite - mirror distfile from new maintainer
24 lines
445 B
Makefile
24 lines
445 B
Makefile
# $OpenBSD: Makefile,v 1.15 2011/09/07 10:58:21 jasper Exp $
|
|
|
|
COMMENT= network traffic viewer
|
|
DISTNAME= pktstat-1.8.4
|
|
REVISION= 2
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Antti Harri <iku@openbsd.fi>
|
|
|
|
# Public Domain
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c m pcap termlib
|
|
|
|
MASTER_SITES= http://openbsd.fi/dist/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|