diff options
Diffstat (limited to 'devel/libcoro/Makefile')
-rw-r--r-- | devel/libcoro/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/devel/libcoro/Makefile b/devel/libcoro/Makefile index f4f850362d7f..c13771e5d35e 100644 --- a/devel/libcoro/Makefile +++ b/devel/libcoro/Makefile @@ -5,18 +5,19 @@ # $FreeBSD$ # -PORTNAME= libcoro -PORTVERSION= 1.0.3 -CATEGORIES= devel -MASTER_SITES= http://themen01.exit.de/user/member/froese/coro/ -DISTNAME= coro-${PORTVERSION} +PORTNAME= libcoro +PORTVERSION= 1.0.3 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kbyanc +DISTNAME= coro-${PORTVERSION} -MAINTAINER= kbyanc@posi.net +MAINTAINER= kbyanc@posi.net -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --arch arch/x86-freebsd +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --arch arch/x86-freebsd MAN2= coro.2 |