freebsd-ports/net/libnatpmp/Makefile
Pawel Pekala cc8f6a8099 Update to 20110808
PR:		ports/161505
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2011-10-12 18:52:06 +00:00

28 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= 20110808
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.1
.include <bsd.port.mk>