[PC-BSD Commits] r19570 - pbi/modules/mail/mutt
svn at pcbsd.org
svn at pcbsd.org
Mon Oct 1 07:04:35 PDT 2012
Author: kenmoore
Date: 2012-10-01 14:04:35 +0000 (Mon, 01 Oct 2012)
New Revision: 19570
Modified:
pbi/modules/mail/mutt/pbi.conf
Log:
Fix up the mail/mutt module and rebuild
Modified: pbi/modules/mail/mutt/pbi.conf
===================================================================
--- pbi/modules/mail/mutt/pbi.conf 2012-10-01 13:43:04 UTC (rev 19569)
+++ pbi/modules/mail/mutt/pbi.conf 2012-10-01 14:04:35 UTC (rev 19570)
@@ -1,24 +1,24 @@
#!/bin/sh
# PBI Build Configuration
-# Place over-rides and settings here
-#
-# XDG Desktop Menu Spec:
-# http://standards.freedesktop.org/menu-spec/menu-spec-1.0.html
-##############################################################################
-# Program Name
+# -- Program Information --
PBI_PROGNAME="Mutt"
-
-# Program Website
PBI_PROGWEB="http://www.mutt.org/"
-
-# Program Author / Vendor
PBI_PROGAUTHOR="Jeremy Blosser"
-
-# Default Icon (Relative to %%PBI_APPDIR%% or resources/)
PBI_PROGICON="mutt.png"
-
-# The target port we are building
-PBI_MAKEPORT="mail/mutt/"
-
-export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT
+
+# -- Port Information --
+PBI_MAKEPORT="mail/mutt"
+PBI_MKPORTBEFORE=""
+PBI_MKPORTAFTER=""
+PBI_MAKEOPTS="WITH_MUTT_ASPELL=true WITH_MUTT_GPGME=true WITH_MUTT_SMTP=true WITH_MUTT_TRASH_PATCH=true WITH_MUTT_NNTP=true"
+
+# -- Require Root Permissions to Install PBI --
+PBI_REQUIRESROOT="NO"
+
+# -- Auto-build Configuration Options --
+PBI_BUILDKEY="01"
+PBI_AB_PRIORITY="00"
+PBI_AB_NOTMPFS="NO"
+
+export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_MAKEOPTS PBI_REQUIRESROOT PBI_BUILDKEY PBI_AB_PRIORITY PBI_AB_NOTMPFS
More information about the Commits
mailing list