mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ee9583921e
PR: 21349 Submitted by: Maintainer
24 lines
462 B
Makefile
24 lines
462 B
Makefile
# New ports collection makefile for: pgp4pine
|
|
# Date created: 29 February 2000
|
|
# Whom: Holger Lamm <holger@flatline.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pgp4pine
|
|
PORTVERSION= ${MAJOR}.${PATCHLEVEL}
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://pgp4pine.flatline.de/
|
|
DISTNAME= ${PORTNAME}-${MAJOR}-${PATCHLEVEL}
|
|
|
|
MAINTAINER= holger@flatline.de
|
|
|
|
MAJOR= 1.75
|
|
PATCHLEVEL= 6
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${MAJOR}
|
|
MAN1= pgp4pine.1
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|