1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/x11-toolkits/linux-f8-qt33/Makefile
Boris Samorodov 0263b9d868 Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)
2009-03-19 17:28:51 +00:00

24 lines
471 B
Makefile

# 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>