aboutsummaryrefslogtreecommitdiff
path: root/mail/stuphead/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-26 09:12:01 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-26 09:12:01 +0000
commit140f6c69693464cc3bf15cfcdc9d817c1a9b0e40 (patch)
tree8005f1503be8b50053db302b37797e7c89bf407a /mail/stuphead/Makefile
parent0c3cfc22614695f307d696a75537ee12993ad1ce (diff)
downloadports-140f6c69693464cc3bf15cfcdc9d817c1a9b0e40.tar.gz
ports-140f6c69693464cc3bf15cfcdc9d817c1a9b0e40.zip
Notes
Diffstat (limited to 'mail/stuphead/Makefile')
-rw-r--r--mail/stuphead/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/mail/stuphead/Makefile b/mail/stuphead/Makefile
index 07618483d490..d21ce55d6253 100644
--- a/mail/stuphead/Makefile
+++ b/mail/stuphead/Makefile
@@ -9,7 +9,7 @@ PORTNAME= stuphead
PORTVERSION= 0.5.3
PORTREVISION= 4
CATEGORIES= mail gnome
-MASTER_SITES= http://stuphead.asplinux.ru/stuphead/
+MASTER_SITES= # http://stuphead.asplinux.ru/stuphead/
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= ${PORTNAME}-${PORTVERSION}-1.patch
@@ -17,6 +17,9 @@ PATCHFILES= ${PORTNAME}-${PORTVERSION}-1.patch
MAINTAINER= ports@FreeBSD.org
COMMENT= A lightweight MUA for X11
+EXPIRATION_DATE=2005-08-01
+DEPRECATED= Mastersite disappeared
+
USE_ICONV= yes
USE_REINPLACE= yes
USE_BZIP2= yes
@@ -35,18 +38,20 @@ CONFIGURE_ARGS+= --disable-gdk-pixbuf \
.endif
.if defined (WITH_GNOME)
-USE_GNOME= yes
-PLIST= ${PKGDIR}/pkg-plist.gnome
+PLIST_SUB+= GNOME=""
CONFIGURE_ARGS+= --enable-gnome
.else
+PLIST_SUB+= GNOME="@comment "
CONFIGURE_ARGS+= --disable-imlib \
--disable-imlibtest
.endif
.if defined (WITH_MOZILLA)
-PLIST= ${PKGDIR}/pkg-plist.mozilla
+PLIST_SUB+= MOZILLA=""
CONFIGURE_ARGS+= --enable-mozilla
RUN_DEPENDS+= ${PREFIX}/bin/mozilla:${PORTSDIR}/www/mozilla
+.else
+PLIST_SUB+= MOZILLA="@comment "
.endif
.if defined (WITH_ISPELL)