9ee51810af
Install RPMs from RedHat 7.1 instead of RedHat 6.1. Thanks to this upgrade, many ports (pips, bjfilter,..) is internationalized without *-linux-locale port. I have verified this modification imposed no fatal error to the depending ports. Submitted by: Maintainer (taoka@FreeBSD.org) Reviewed by: ports-jp
22 lines
577 B
Makefile
22 lines
577 B
Makefile
# New ports collection makefile for: linux-gnomelibs
|
|
# Date created: 01/09/18
|
|
# Whom: taoka@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnomelibs
|
|
PORTVERSION= 1.2.8
|
|
CATEGORIES= x11 linux
|
|
|
|
MAINTAINER= taoka@FreeBSD.org
|
|
|
|
RPM_SET= gnome-libs-${PORTVERSION}-11.${MACHINE_ARCH}.rpm
|
|
|
|
.include "../../x11-toolkits/linux-gtk/Makefile"
|
|
|
|
.if (${MACHINE_ARCH} == "i386")
|
|
MASTER_SITES+= ftp://ftp.redhat.com/pub/redhat/linux/7.1/en/os/i386/RedHat/RPMS/
|
|
.elif (${MACHINE_ARCH} == "alpha")
|
|
MASTER_SITES+= ftp://ftp.redhat.com/pub/redhat/linux/7.1/en/os/alpha/RedHat/RPMS/
|
|
.endif
|