blob: 8d78d89f40729edb750c3fc63f103f60c5152766 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# 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
PORTREVISION= 1
CATEGORIES= x11-toolkits linux
PKGNAMEPREFIX= linux-f8-
PKGNAMESUFFIX= 84
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= devel@stasyan.com
COMMENT= Graphical toolkit for TCL (Linux Fedora 8)
CONFLICTS= linux-f10-tk85-[0-9]*
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>
|