46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
26 lines
593 B
Makefile
26 lines
593 B
Makefile
# $OpenBSD: Makefile,v 1.18 2000/10/22 15:43:01 espie Exp $
|
|
|
|
DISTNAME= libnet-1.0.1b
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.305
|
|
MASTER_SITES= http://www.packetfactory.net/Projects/libnet/dist/
|
|
|
|
HOMEPAGE= http://www.packetfactory.net/Projects/libnet/
|
|
|
|
MAINTAINER= Dug Song <dugsong@monkey.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
WRKDIST= ${WRKDIR}/Libnet-1.0.1b
|
|
|
|
# remove this incorrect symlink so bsd.port.mk does not complain about it.
|
|
post-install:
|
|
@rm -f ${PREFIX}/lib/libpwrite
|
|
|
|
.include <bsd.port.mk>
|