2013-09-19 21:42:24 +00:00
|
|
|
# Created by: Hung-Yi Chen <gaod@hychen.org>
|
2009-08-27 04:40:53 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libnatpmp
|
2012-10-04 06:06:52 +00:00
|
|
|
PORTVERSION= 20120821
|
2009-08-27 04:40:53 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://miniupnp.free.fr/files/
|
|
|
|
|
|
|
|
MAINTAINER= gaod@hychen.org
|
2013-09-19 21:42:24 +00:00
|
|
|
COMMENT= NAT-PMP lightweight library
|
2009-08-27 04:40:53 +00:00
|
|
|
|
2013-09-19 21:42:24 +00:00
|
|
|
LICENSE= BSD
|
|
|
|
|
|
|
|
USES= gmake
|
2009-08-27 04:40:53 +00:00
|
|
|
MAKE_ENV+= INSTALLPREFIX=${PREFIX}
|
|
|
|
CFLAGS+= -fPIC
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/natpmpc \
|
|
|
|
include/natpmp.h \
|
|
|
|
lib/libnatpmp.a \
|
|
|
|
lib/libnatpmp.so \
|
2011-07-11 12:45:12 +00:00
|
|
|
lib/libnatpmp.so.1
|
2009-08-27 04:40:53 +00:00
|
|
|
|
2013-09-20 22:10:23 +00:00
|
|
|
NO_STAGE= yes
|
2009-08-27 04:40:53 +00:00
|
|
|
.include <bsd.port.mk>
|