mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
ac3066bf75
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
23 lines
372 B
Makefile
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>
|