aboutsummaryrefslogtreecommitdiff
path: root/mail/mmc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mmc/Makefile')
-rw-r--r--mail/mmc/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/mail/mmc/Makefile b/mail/mmc/Makefile
deleted file mode 100644
index 16a17ff4d5c7..000000000000
--- a/mail/mmc/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= mmc
-PORTVERSION= 0.5
-PORTREVISION= 10
-CATEGORIES= mail gnome
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A tiny mail client for Gnome Desktop
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1//}
-
-USES= pathfix
-USE_GNOME= gnomelibs gnomeprefix
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-PORTSCOUT= skipv:0.35
-
-CFLAGS+= -fpermissive
-
-NO_STAGE= yes
-.include <bsd.port.mk>