mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
a3e022c8fb
PR: ports/131805 Submitted by: Stas Timokhin <stast at bsdportal.ru>
35 lines
807 B
Makefile
35 lines
807 B
Makefile
# New ports collection makefile for: x11-toolkits/linux-f8-tk84
|
|
# Date created: 11-08-2008
|
|
# Whom: Stas Timokhin <stast@bsdportal.ru>
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tk
|
|
PORTVERSION= 8.4.17
|
|
CATEGORIES= x11-toolkits linux
|
|
PKGNAMEPREFIX= linux-f8-
|
|
PKGNAMESUFFIX= 84
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= stast@bsdportal.ru
|
|
COMMENT= Graphical toolkit for TCL (Linux Fedora 8)
|
|
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= xorglibs
|
|
LINUX_DIST_VER= 8
|
|
RPMVERSION= 2.fc8
|
|
BRANELF_FILES= usr/bin/wish8.4
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
|
DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
pre-fetch:
|
|
.if ${OSVERSION}<700055
|
|
IGNORE= You need at least FreeBSD>=7.0 RELEASE with Linux emulation 2.6.x
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|