diff options
Diffstat (limited to 'devel/gnome-common/Makefile')
-rw-r--r-- | devel/gnome-common/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile deleted file mode 100644 index 900d3904e..000000000 --- a/devel/gnome-common/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: gnomecommon -# Date created: 04 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-common/Makefile,v 1.9 2008/09/23 04:56:42 marcus Exp $ -# - -PORTNAME= gnome-common -PORTVERSION= 2.24.0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Common automake macros for GNOME and GNOME 2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig -GNU_CONFIGURE= yes - -.include <bsd.port.mk> |