46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
29 lines
549 B
Makefile
29 lines
549 B
Makefile
# Makefile for: isic
|
|
# Version required: 0.04
|
|
# Date created: 24 Jan 2000
|
|
# Whom: dugsong@monkey.org
|
|
#
|
|
# $OpenBSD: Makefile,v 1.11 2000/10/22 15:43:23 espie Exp $
|
|
|
|
DISTNAME= isic-0.05
|
|
|
|
CATEGORIES= security
|
|
NEED_VERSION= 1.305
|
|
|
|
MASTER_SITES= http://expert.cc.purdue.edu/~frantzen/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= Dug Song <dugsong@monkey.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libnet.a::net/libnet
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|