blob: 287e78078f9d3cb31662308ad206bf488343a453 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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>
|