openbsd-ports/security/isic/Makefile

32 lines
562 B
Makefile
Raw Normal View History

2000-01-24 14:58:17 -05:00
# Makefile for: isic
# Version required: 0.04
# Date created: 24 Jan 2000
# Whom: dugsong@monkey.org
#
2000-04-30 06:07:43 -04:00
# $OpenBSD: Makefile,v 1.8 2000/04/30 10:07:49 kevlo Exp $
2000-01-24 14:58:17 -05:00
2000-02-23 17:56:02 -05:00
DISTNAME= isic-0.05
2000-01-24 14:58:17 -05:00
CATEGORIES= security
NEED_VERSION= 1.230
2000-01-24 14:58:17 -05:00
MASTER_SITES= http://expert.cc.purdue.edu/~frantzen/
2000-02-23 17:56:02 -05:00
2000-01-24 14:58:17 -05:00
EXTRACT_SUFX= .tgz
MAINTAINER= dugsong@monkey.org
2000-03-22 23:22:20 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${PREFIX}/lib/libnet.a::net/libnet
2000-01-24 14:58:17 -05:00
2000-03-05 13:30:21 -05:00
NO_PATCH= Yes
2000-01-24 14:58:17 -05:00
2000-03-05 13:30:21 -05:00
GNU_CONFIGURE= Yes
2000-04-30 06:07:43 -04:00
FAKE= Yes
2000-01-24 14:58:17 -05:00
.include <bsd.port.mk>