mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
df763d1a99
- Fix build without gcc [1] - Trim Makefile header [1] - USES gmake - Remove leading article from COMMENT - Use single space for WWW - Add LICENSE (BSD) PR: ports/182235 [1] Submitted by: Hung-Yi Chen <gaod hychen.org> (maintainer)
26 lines
458 B
Makefile
26 lines
458 B
Makefile
# Created by: 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= NAT-PMP lightweight library
|
|
|
|
LICENSE= BSD
|
|
|
|
USES= gmake
|
|
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>
|