1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Piero Serini's port of elm.

Submitted by:	piero
This commit is contained in:
Jordan K. Hubbard 1994-10-14 21:59:03 +00:00
parent 69bd4475cb
commit 56fe6d5042
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237
2 changed files with 52 additions and 0 deletions

26
mail/elm+ME/Makefile Normal file
View File

@ -0,0 +1,26 @@
#
# Makefile for ports/mail/elm (FreeBSD)
# $Id: $
#
# 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
# PKGDIR= pkg
pre-configure:
@echo "===> Running pre-configure target for ${DISTNAME}"
@sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC}
.include <bsd.port.mk>

26
mail/elm/Makefile Normal file
View File

@ -0,0 +1,26 @@
#
# Makefile for ports/mail/elm (FreeBSD)
# $Id: $
#
# 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
# PKGDIR= pkg
pre-configure:
@echo "===> Running pre-configure target for ${DISTNAME}"
@sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC}
.include <bsd.port.mk>