1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/lwp/Makefile
Dmitry Marakasov e2f418fe37 - Switch to USES=libtool, drop .la files
- Strip libraries

Approved by:	portmgr blanket
2014-07-23 21:56:25 +00:00

24 lines
502 B
Makefile

# Created by: jaharkes
# $FreeBSD$
PORTNAME= lwp
PORTVERSION= 2.6
PORTREVISION= 1
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>