forked from Lainports/freebsd-ports
25 lines
623 B
Makefile
25 lines
623 B
Makefile
# New ports collection makefile for: linux-atk
|
|
# Date created: 2003-07-05
|
|
# Whom: trevor
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= atk
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= accessibility
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= Accessibility Toolkit, Linux/i386 binary
|
|
|
|
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
|
|
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2
|
|
|
|
BASEVERSION= 9
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
PLIST= ${PKGDIR}/pkg-plist
|
|
RESTRICTED= "binary under GNU LGPL without accompanying source"
|
|
RPM_SET= atk-1.2.0-2.i386.rpm
|
|
|
|
.include "../../x11-toolkits/linux-gtk/Makefile"
|