5e5841f2cd
PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
31 lines
594 B
Makefile
31 lines
594 B
Makefile
# New ports collection makefile for: atp
|
|
# Date created: 9 Nov 1997
|
|
# Whom: Donald Burr <dburr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= atp
|
|
PORTVERSION= 1.50
|
|
CATEGORIES= news
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/bbs/mail
|
|
DISTFILES= ${DISTNAME}-src.tar.gz
|
|
|
|
MAINTAINER= dburr@FreeBSD.org
|
|
|
|
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
|
unzip:${PORTSDIR}/archivers/unzip
|
|
|
|
USE_GMAKE= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
MAN1= atp.1 \
|
|
atpdiag.1 \
|
|
rot13.1
|
|
MAN3= editline.3
|
|
|
|
post-install:
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|