freebsd-ports/devel/gnome-common/Makefile

25 lines
559 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnomecommon
# Date created: 04 April 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomecommon
PORTVERSION= 1.2.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
2002-05-02 05:37:15 +02:00
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
DISTNAME= gnome-common-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.include <bsd.port.mk>