diff options
Diffstat (limited to 'devel/gob2/Makefile')
-rw-r--r-- | devel/gob2/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile deleted file mode 100644 index 75cf741f9..000000000 --- a/devel/gob2/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: gob2 -# Date created: 09 November 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/devel/gob2/Makefile,v 1.33 2004/02/04 05:19:32 marcus Exp $ -# - -PORTNAME= gob2 -PORTVERSION= 2.0.7 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A preprocessor for making GObjects with inline C - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= glib20 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gob2.1 - -.include <bsd.port.mk> |