1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/mail/pgp4pine/Makefile
Jim Mock 332eceadf8 Define WRKSRC so this port works again.
PR:		27781
Submitted by:	Chris Shumway <cshumway@titan-project.org>
Approved by:	maintainer (through submitter)
2001-06-01 17:47:25 +00:00

23 lines
482 B
Makefile

# 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>