3382571443
It's more safe that a relative path. Inspired by PR: ports/169702 Submitted by: Tijl Coosemans <tijl@coosemans.org> Discussed at: freebsd-emulation
31 lines
740 B
Makefile
31 lines
740 B
Makefile
# New ports collection makefile for: x11-toolkits/linux-f10-qt33
|
|
# Date created: 2009-05-03
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ${LINUX_NAME}3
|
|
PORTVERSION= 3.3.8b
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-toolkits linux
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
|
PKGNAMEPREFIX= linux-f10-
|
|
DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= RPM of QT3 (Linux Fedora 10)
|
|
|
|
CONFLICTS= linux-qt33-[0-9]* linux-f8-qt33-[0-9]*
|
|
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= fontconfig libmng png
|
|
LINUX_NAME= qt3
|
|
LINUX_DIST_VER= 10
|
|
RPMVERSION= 17.fc10
|
|
USE_LDCONFIG= yes
|
|
PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|