summaryrefslogtreecommitdiff
path: root/devel/c2lib/Makefile
blob: 4e62fc2eb879c8f9f3aaf0fccc83f37a45faee12 (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
# New ports collection makefile for:	c2lib
# Date created:		2002-12-22
# Whom:			Alan Eldridge <alane@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	c2lib
PORTVERSION=	1.4.2
CATEGORIES=	devel
MASTER_SITES=	http://www.annexia.org/freeware/${PORTNAME}/

MAINTAINER=	sergei@FreeBSD.org
COMMENT=	Library of basic structures and memory allocators for C

BUILD_DEPENDS=	cdoc:${PORTSDIR}/devel/cdoc \
		make+:${PORTSDIR}/devel/makeplus
LIB_DEPENDS+=	pcre.0:${PORTSDIR}/devel/pcre

INSTALLS_SHLIB=	yes
HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX}
PLIST_SUB=	VERSION=${PORTVERSION}

.include "${.CURDIR}/files/manpages.mk"

do-build:
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} make+

do-install:
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} make+ install

.include <bsd.port.mk>