1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/libnatpmp/Makefile
Jason Helfman 275a597be9 - update to 20120821
PR:		172309
Submitted by:	maintainer, gaod@hychen.org
2012-10-04 06:06:52 +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= 20120821
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>