1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/devel/lwp/Makefile
2021-04-06 16:31:07 +02:00

22 lines
474 B
Makefile

# Created by: jaharkes
PORTNAME= lwp
PORTVERSION= 2.8
CATEGORIES= devel
MASTER_SITES= http://ftp.coda.cs.cmu.edu/pub/lwp/src/ \
http://ftp.wu-wien.ac.at/pub/systems/coda/src/ \
ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ \
ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Userspace thread library
LICENSE= LGPL20
USES= gmake libtool pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>