19 lines
345 B
Makefile
19 lines
345 B
Makefile
|
# New ports collection makefile for: nail
|
||
|
# Date created: 20 October 2000
|
||
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= nail
|
||
|
PORTVERSION= 9.22
|
||
|
CATEGORIES= mail
|
||
|
MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/
|
||
|
|
||
|
MAINTAINER= kris@FreeBSD.org
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
MAN1= nail.1
|
||
|
|
||
|
.include <bsd.port.mk>
|