freebsd-ports/x11/linux-gnomelibs/Makefile

24 lines
604 B
Makefile
Raw Normal View History

2001-11-07 18:35:52 +01:00
# New ports collection makefile for: linux-gnomelibs
# Date created: 01/09/18
# Whom: taoka@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= gnomelibs
PORTVERSION= 1.2.8
2001-11-07 18:35:52 +01:00
CATEGORIES= x11 linux
MAINTAINER= taoka@FreeBSD.org
2003-02-20 20:31:37 +01:00
COMMENT= RPM of gnome-libs
2001-11-07 18:35:52 +01:00
RPM_SET= gnome-libs-${PORTVERSION}-11.${MACHINE_ARCH}.rpm
2001-11-07 18:35:52 +01:00
.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/
2001-11-07 18:35:52 +01:00
.elif (${MACHINE_ARCH} == "alpha")
MASTER_SITES+= ftp://ftp.redhat.com/pub/redhat/linux/7.1/en/os/alpha/RedHat/RPMS/
2001-11-07 18:35:52 +01:00
.endif