[csw-devel] SF.net SVN: gar:[5735] csw/mgar/pkg

valholla at users.sourceforge.net valholla at users.sourceforge.net
Thu Jul 30 16:49:33 CEST 2009


Revision: 5735
          http://gar.svn.sourceforge.net/gar/?rev=5735&view=rev
Author:   valholla
Date:     2009-07-30 14:49:33 +0000 (Thu, 30 Jul 2009)

Log Message:
-----------
initial checkin

Added Paths:
-----------
    csw/mgar/pkg/sendmail/
    csw/mgar/pkg/sendmail/Makefile
    csw/mgar/pkg/sendmail/branches/
    csw/mgar/pkg/sendmail/tags/
    csw/mgar/pkg/sendmail/trunk/
    csw/mgar/pkg/sendmail/trunk/Makefile
    csw/mgar/pkg/sendmail/trunk/files/

Added: csw/mgar/pkg/sendmail/Makefile
===================================================================
--- csw/mgar/pkg/sendmail/Makefile	                        (rev 0)
+++ csw/mgar/pkg/sendmail/Makefile	2009-07-30 14:49:33 UTC (rev 5735)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/sendmail/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sendmail/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/sendmail/trunk/Makefile	2009-07-30 14:49:33 UTC (rev 5735)
@@ -0,0 +1,27 @@
+GARNAME = sendmail
+GARVERSION = 8.14.3
+CATEGORIES = apps
+
+DESCRIPTION = Sendmail MTA
+define BLURB
+endef
+
+MASTER_SITES = http://ftp.sendmail.org/pub/sendmail/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+PACKAGES = CSWsendmail
+CATALOGNAME_CSWsendmail = sendmail
+SPKG_DESC_CSWsendmail = $(DESCRIPTION)
+SPKG_SOURCEURL = http://www.sendmail.org/
+
+REQUIRED_PKGS_CSWsendmail  = CSWolddaprt CSWsasl CSWosslrt CSWbdb
+
+# We define upstream file regex so we can be notifed of 
+# new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+STRIP_LIBTOOL = 1
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+
+include gar/category.mk


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list