freebsd-ports/net/libnatpmp/Makefile
Frederic Culot 913478fce8 - Update to 20101211
Changes:	http://miniupnp.free.fr/files/changelog.php?file=libnatpmp-20101211.tar.gz
PR:		ports/153447
Submitted by:	Hung-Yi Chen <gaod at hychen.org> (maintainer)
Approved by:	sahil@/wen@ (mentors, implicit)
2010-12-26 07:58:11 +00:00

27 lines
525 B
Makefile

# New ports collection makefile for: libnatpmp
# Date created: 11 Aug 2009
# Whom: Hung-Yi Chen <gaod@hychen.org>
#
# $FreeBSD$
#
PORTNAME= libnatpmp
PORTVERSION= 20101211
CATEGORIES= net
MASTER_SITES= http://miniupnp.free.fr/files/
MAINTAINER= gaod@hychen.org
COMMENT= An NAT-PMP lightweight library
USE_GMAKE= yes
MAKE_ENV+= INSTALLPREFIX=${PREFIX}
CFLAGS+= -fPIC
USE_LDCONFIG= yes
PLIST_FILES= bin/natpmpc \
include/natpmp.h \
lib/libnatpmp.a \
lib/libnatpmp.so \
lib/libnatpmp.so.0
.include <bsd.port.mk>