freebsd-ports/devel/libcoro/Makefile
Kelly Yancey efd693e9ac Change MASTER_SITE to ${MASTER_SITE_LOCAL} as the author's site has been
down from some time now. Remove reference to author's site from the
pkg-descr.
2001-04-21 20:43:40 +00:00

28 lines
516 B
Makefile

# 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>