1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/netembryo/Makefile
Vanilla I. Shu ef7926ed6d Add netembryo 0.0.4, a network abstraction library used by for feng,
libnemesi, felix.

PR:		ports/117920
Submitted by:	Emmanuel Richiardone (err at tollari.org)
2007-12-18 01:53:16 +00:00

32 lines
818 B
Makefile

# New ports collection makefile for: netembryo
# Date created: 7 November 2007
# Whom: Emmanuel Richiardone (err@tollari.org)
#
# $FreeBSD$
#
PORTNAME= netembryo
PORTVERSION= 0.0.4
CATEGORIES= net
MASTER_SITES= http://live.polito.it/files/downloads/netembryo/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= err@tollari.org
COMMENT= A network abstraction library used by for feng, libnemesi, felix
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_GNOME= pkgconfig gnomehack
OPTIONS= SCTP "Don't check if SCTP is present" off
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700028 && ! defined(WITH_SCTP)
IGNORE= sorry, please use FreeBSD 7.x or patch your system for SCTP (http://www.sctp.org/download.html) and use WITH_SCTP=YES
.endif
.include <bsd.port.post.mk>