mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
27 lines
610 B
Makefile
27 lines
610 B
Makefile
PORTNAME= libpcl
|
|
DISTVERSION= 1.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://xmailserver.org/
|
|
DISTNAME= pcl-${DISTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Portable Coroutine Library for low level functionality for coroutines
|
|
WWW= http://xmailserver.org/libpcl.html
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake libtool
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
CONFIGURE_ARGS= --disable-static
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= include/pcl.h \
|
|
lib/libpcl.so \
|
|
lib/libpcl.so.1 \
|
|
lib/libpcl.so.1.0.11 \
|
|
share/man/man3/pcl.3.gz
|
|
|
|
.include <bsd.port.mk>
|