Prune x11/xpra
[dports.git] / devel / libol / Makefile
1 # Created by: Vince Valenti <vince@blue-box.net>
2 # $FreeBSD$
3
4 PORTNAME=       libol
5 PORTVERSION=    0.3.18
6 PORTREVISION=   1
7 CATEGORIES=     devel
8 MASTER_SITES=   http://www.balabit.com/downloads/files/libol/0.3/
9
10 MAINTAINER=     cy@FreeBSD.org
11 COMMENT=        Library needed by syslog-ng
12
13 USES=           libtool
14 GNU_CONFIGURE=  yes
15 INSTALL_TARGET= install-strip
16 USE_LDCONFIG=   yes
17
18 # depends on scsh which is severily broken
19 post-install:
20         ${RM} ${STAGEDIR}${PREFIX}/bin/make_class
21
22 .include <bsd.port.mk>