28 lines
590 B
Makefile
28 lines
590 B
Makefile
# Makefile for: parse
|
|
# Version required: 1.0
|
|
# Date created: 27 Jan 2000
|
|
# Whom: dugsong@monkey.org
|
|
#
|
|
# $OpenBSD: Makefile,v 1.5 2000/10/22 14:03:47 espie Exp $
|
|
|
|
PKGNAME= parse-1.0
|
|
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= Dug Song <dugsong@monkey.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= "commercial. licensing restrictions."
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= "commercial. licensing restrictions."
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_CDROM= "not for resale"
|
|
|
|
MASTER_SITES= ftp://ftp.sdsc.edu/pub/security/PICS/parse/
|
|
|
|
DISTNAME= parse
|
|
|
|
EXTRACT_SUFX= .t.gz
|
|
|
|
.include <bsd.port.mk>
|