blob: 64f5d884540bb081c3f783edd76584d689e9a24e (
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
|
# New ports collection makefile for: linux-qt33
# Date created: 24 May 2007
# Whom: Boris Samorodov <bsam@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= qt33
PORTVERSION= 3.3.4
CATEGORIES= x11-toolkits linux
DISTNAME= qt-${PORTVERSION}-${RPMVERSION}
MAINTAINER= bsam@FreeBSD.org
COMMENT= RPM of QT3
USE_LINUX_RPM= yes
USE_LINUX_APPS= fontconfig libmng png
RPMVERSION= 15.5
LINUX_DIST_VER= 4
USE_LDCONFIG= yes
PLIST= pkg-plist.${LINUX_RPM_ARCH}
.include <bsd.port.mk>
|