mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3d416a79e1
that used to be here.
22 lines
354 B
Makefile
22 lines
354 B
Makefile
#
|
|
# Makefile for ports/mail/elm (FreeBSD)
|
|
# $Id: Makefile,v 1.1.1.1 1994/10/14 21:59:03 jkh Exp $
|
|
#
|
|
|
|
# Distribution stuff
|
|
DISTNAME= elm2.4
|
|
EXTRACT_SUFX= .tar.Z
|
|
MASTER_SITES= ftp://dsinc.myxa.com/pub/elm/
|
|
|
|
# working directory
|
|
WRKDIR= work
|
|
NO_WRKSUBDIR= is_set
|
|
|
|
# Interactive
|
|
IS_INTERACTIVE= is_set
|
|
|
|
# Packaging
|
|
NO_PACKAGE= is_set
|
|
|
|
.include <bsd.port.mk>
|