mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
1bf4b2310b
(freebsd-emulation@FreeBSD.org -> emulation@FreeBSD.org) Discussed with: netchild (emulation)
27 lines
621 B
Makefile
27 lines
621 B
Makefile
# New ports collection makefile for: accessibility/linux-f10-atk
|
|
# Date created: 2009-05-03
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= atk
|
|
PORTVERSION= 1.24.0
|
|
CATEGORIES= accessibility linux
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
|
PKGNAMEPREFIX= linux-f10-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Accessibility Toolkit, Linux/i386 binary (Linux Fedora 10)
|
|
|
|
CONFLICTS= linux-atk-[0-9]* linux-f8-atk-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 10
|
|
RPMVERSION= 1.fc10
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|