1999-09-18 17:19:01 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 1999/09/18 21:19:01 rohee Exp $
|
1998-11-21 18:05:43 -05:00
|
|
|
#
|
1999-09-18 17:19:01 -04:00
|
|
|
DISTNAME= vrfy_990522
|
|
|
|
PKGNAME= vrfy-99.05.22
|
1998-11-21 18:05:43 -05:00
|
|
|
CATEGORIES= mail
|
|
|
|
|
1999-02-27 10:59:36 -05:00
|
|
|
MAINTAINER= rohee@OpenBSD.ORG
|
1998-11-21 18:05:43 -05:00
|
|
|
|
|
|
|
# how to fetch the tarball
|
|
|
|
MASTER_SITES= ftp://ftp.nikhef.nl/pub/network/
|
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
|
|
|
# the archive doesn't create its own subdirectory
|
|
|
|
WRKSRC= ${WRKDIR}/
|
|
|
|
|
|
|
|
# installing, the supplied install script doesn't install the man
|
|
|
|
INSTALL_TARGET= install man
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|