mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
7aec2c3eab
. add CONFLICTS to 47 original ports; . bump PORTREVISIONs for all of them; . pet portlint for 2-3 ports (misplaced PORTREVISION).
26 lines
525 B
Makefile
26 lines
525 B
Makefile
# New ports collection makefile for: linux-atk
|
|
# Date created: 2003-07-05
|
|
# Whom: trevor
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= atk
|
|
PORTVERSION= 1.9.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= accessibility linux
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= Accessibility Toolkit, Linux/i386 binary
|
|
|
|
CONFLICTS= linux-f8-atk-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
USE_LDCONFIG= yes
|
|
PLIST_SUB+= LIBVERSION="901.0" PORTVERSION="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|