diff options
Diffstat (limited to 'deskutils/mrproject/Makefile')
-rw-r--r-- | deskutils/mrproject/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/deskutils/mrproject/Makefile b/deskutils/mrproject/Makefile deleted file mode 100644 index 4570b2b2c..000000000 --- a/deskutils/mrproject/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: MrProject -# Date created: 15 July 2001 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# -# $FreeBSD: ports/deskutils/mrproject/Makefile,v 1.19 2003/08/20 01:41:01 bland Exp $ -# - -PORTNAME= mrproject -PORTVERSION= 0.10 -CATEGORIES= deskutils gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Project management application for Gnome 2 - -LIB_DEPENDS= mrproject.0:${PORTSDIR}/deskutils/libmrproject - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui libgnomeprintui -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -.include <bsd.port.mk> |