25 lines
414 B
Makefile
25 lines
414 B
Makefile
# Makefile for: parse
|
|
# Version required: 1.0
|
|
# Date created: 27 Jan 2000
|
|
# Whom: dugsong@monkey.org
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 2000/01/27 20:31:50 dugsong Exp $
|
|
|
|
PKGNAME= parse-1.0
|
|
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= dugsong@monkey.org
|
|
|
|
NO_CDROM= "not for resale"
|
|
|
|
MASTER_SITES= ftp://ftp.sdsc.edu/pub/security/PICS/parse/
|
|
|
|
DISTNAME= parse
|
|
|
|
EXTRACT_SUFX= .t.gz
|
|
|
|
NO_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|