2001-06-30 11:50:36 +00:00
|
|
|
# New ports collection makefile for: agenda-libs
|
|
|
|
# Date created: 14 June 2001
|
|
|
|
# Whom: Lev Serebryakov <lev@serebryakov.spb.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= agenda-libs
|
2001-11-05 17:31:37 +00:00
|
|
|
PORTVERSION= 1.2.0
|
2001-06-30 11:50:36 +00:00
|
|
|
CATEGORIES= devel
|
2001-11-05 17:31:37 +00:00
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
EXTRACT_ONLY= # empty
|
2001-06-30 11:50:36 +00:00
|
|
|
|
2003-06-17 13:53:45 +00:00
|
|
|
MAINTAINER= lev@FreeBSD.org
|
2003-02-21 11:23:04 +00:00
|
|
|
COMMENT= All libraries which are needed to develop for Agenda VR3 PDA
|
2001-06-30 11:50:36 +00:00
|
|
|
|
2001-11-05 17:31:37 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/mipsel-linux/lib/libc.a:${PORTSDIR}/devel/agenda-static-libs \
|
|
|
|
${LOCALBASE}/mipsel-linux/lib/snow/libc.1.sso:${PORTSDIR}/devel/agenda-snow-libs
|
2001-06-30 11:50:36 +00:00
|
|
|
|
2001-11-05 17:31:37 +00:00
|
|
|
NO_BUILD= yes
|
2001-06-30 11:50:36 +00:00
|
|
|
|
|
|
|
do-install:
|
2001-11-05 17:31:37 +00:00
|
|
|
|
2001-06-30 11:50:36 +00:00
|
|
|
.include <bsd.port.mk>
|