blob: 503e2d13f6aca82c3bc77210e8cf277d18362e6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: pgp4pine
# Date created: 29 February 2000
# Whom: Holger Lamm <holger@flatline.de>
#
# $FreeBSD$
#
PORTNAME= pgp4pine
PORTVERSION= 1.76
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://pgp4pine.flatline.de/
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= holger@flatline.de
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= pgp4pine.1
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc
.include <bsd.port.mk>
|