summaryrefslogtreecommitdiff
path: root/mail/xfmail
AgeCommit message (Collapse)AuthorFilesLines
2000-02-15When multi-line dependencies occur, use a "DEPENDS+= package" formatagc1-4/+4
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-23add a bunch of NO_CDROM where appropriatehubertf1-1/+2
1999-07-09Add package patch checksum files.agc1-0/+6
1999-06-20Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"tron1-2/+2
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-13/+13
pattern match format. Minor pkglint along the way.
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-16Set ONLY_FOR_ARCHS so that it matches xforms.frueauf1-2/+2
1998-08-30Add missing "@dirrm share/doc/xfmail".frueauf1-1/+2
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc4-0/+8
1998-07-04Update xpm to 3.4k.mycroft1-2/+2
1998-06-26Initial addition of an xforms based mail application. Based on pr 5659frueauf9-0/+112
by Tim Rightnour with rework by me.