1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/agenda-libs/Makefile

26 lines
593 B
Makefile
Raw Normal View History

# New ports collection makefile for: agenda-libs
# Date created: 14 June 2001
# Whom: Lev Serebryakov <lev@serebryakov.spb.ru>
#
# $FreeBSD$
#
PORTNAME= agenda-libs
PORTVERSION= 1.2.0
CATEGORIES= devel
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= lev@FreeBSD.org
2003-02-21 11:23:04 +00:00
COMMENT= All libraries which are needed to develop for Agenda VR3 PDA
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
NO_BUILD= yes
do-install:
.include <bsd.port.mk>