mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
06d1784e5e
- Strip library
27 lines
611 B
Makefile
27 lines
611 B
Makefile
# Created by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libopennet
|
|
PORTVERSION= 0.9.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.rkeene.org/files/oss/libopennet/ \
|
|
http://www.cs.nctu.edu.tw/~gslin/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library for opening files over a network
|
|
|
|
LICENSE= LGPL21 GPLv2 # net.c header mentions GPL
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
USES= gmake
|
|
USE_LDCONFIG= yes
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopennet.so
|
|
|
|
.include <bsd.port.mk>
|