blob: 46ad12ee991686689c65e94eac806e31460466b9 (
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
|
# New ports collection makefile for: netembryo
# Date created: 7 November 2007
# Whom: Emmanuel Richiardone (err@tollari.org)
#
# $FreeBSD$
#
PORTNAME= netembryo
PORTVERSION= 0.0.5
CATEGORIES= net
MASTER_SITES= http://lscube.org/files/downloads/netembryo/
MAINTAINER= ports@FreeBSD.org
COMMENT= A network abstraction library used by for feng, libnemesi, felix
LICENSE= LGPL21
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_PKGCONFIG= yes
USE_GNOME= gnomehack
.include <bsd.port.mk>
|