diff options
Diffstat (limited to 'devel/gnome-common/Makefile')
-rw-r--r-- | devel/gnome-common/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile new file mode 100644 index 000000000..cd469a64f --- /dev/null +++ b/devel/gnome-common/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: gnomecommon +# Date created: 04 April 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnome-common +PORTVERSION= 2.26.0 +CATEGORIES= devel +MASTER_SITES= GNOME +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> |