openbsd-ports/textproc/diffstat/Makefile
simon 95e78ad685 update my lastname
ok naddy@
2007-05-05 17:44:50 +00:00

26 lines
571 B
Makefile

# $OpenBSD: Makefile,v 1.8 2007/05/05 17:44:51 simon Exp $
COMMENT= "accumulates and displays statistics from a diff file"
DISTNAME= diffstat-1.43
PKGNAME= ${DISTNAME}p1
CATEGORIES= textproc
MASTER_SITES= ftp://invisible-island.net/diffstat/
EXTRACT_SUFX= .tgz
MAINTAINER= Simon Bertrang <simon@openbsd.org>
HOMEPAGE= http://dickey.his.com/diffstat/diffstat.html
# ISC-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
MAKE_FILE= makefile
.include <bsd.port.mk>