mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
22 lines
451 B
Makefile
22 lines
451 B
Makefile
# New ports collection makefile for: NAMG
|
|
# Date created: 1 January 2001
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= namg
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.zip.com.au/~gsymonds/NAMG/
|
|
DISTNAME= NAMG-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A program to download mail from a NetAddress web account
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= namg.1
|
|
|
|
.include <bsd.port.mk>
|