aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rudiments/Makefile
blob: ed2f1fe372cc119aff457568ead49e29b260cf46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    rudiments
# Date created:     2 July 2001
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   rudiments
PORTVERSION=    0.30
CATEGORIES= devel
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    A utility C++ class library for daemons, clients, servers and more

USE_AUTOTOOLS=  libtool:15
USE_GNOME=  pkgconfig
USE_GMAKE=  yes
USE_OPENSSL=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-ssl-includes=-I${OPENSSLBASE}/include \
        --with-ssl-libs=-L${OPENSSLBASE}/lib --disable-pcre
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=  PTHREADINCLUDES="${PTHREAD_CFLAGS}" \
        PTHREADLIB="${PTHREAD_LIBS}"
USE_LDCONFIG=   yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
PLIST_SUB+= NOT4X="@comment "
.else
PLIST_SUB+= NOT4X=""
.endif

.include <bsd.port.post.mk>