aboutsummaryrefslogtreecommitdiff
path: root/devel/libcoro/Makefile
blob: c13771e5d35ebb4fd0f9ef7afe587510b8e0d7b7 (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
# Ports collection Makefile for:	libcoro
# Date created:				22 June 2000
# Whom:				Kelly Yancey <kbyanc@posi.net>
#
# $FreeBSD$
#

PORTNAME=		libcoro
PORTVERSION=		1.0.3
CATEGORIES=		devel
MASTER_SITES=		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	kbyanc
DISTNAME=		coro-${PORTVERSION}

MAINTAINER=		kbyanc@posi.net

ONLY_FOR_ARCHS=		i386

HAS_CONFIGURE=		yes
CONFIGURE_ARGS=		--arch arch/x86-freebsd

MAN2=			coro.2

post-extract:
	${CP} -r ${WRKSRC}/arch/x86-linux ${WRKSRC}/arch/x86-freebsd

.include <bsd.port.mk>