1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/mail/elm+ME/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

23 lines
372 B
Makefile

#
# Makefile for ports/mail/elm (FreeBSD)
# $Id: Makefile,v 1.2 1994/11/25 19:12:24 gpalmer Exp $
#
# Distribution stuff
DISTNAME= elm2.4
EXTRACT_SUFX= .tar.Z
MASTER_SITES= ftp://dsinc.myxa.com/pub/elm/
CATEGORIES+= mail
# working directory
WRKDIR= work
NO_WRKSUBDIR= is_set
# Interactive
IS_INTERACTIVE= is_set
# Packaging
NO_PACKAGE= is_set
.include <bsd.port.mk>