blob: 94428e4f6e5a858f342d7563798571bdb23498a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: joe
# Version required: 2.8
# Date created: 01 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.1.1.1 1995/07/05 15:08:49 torstenb Exp $
#
DISTNAME= joe2.8
PKGNAME= joe-2.8
CATEGORIES= editors
MASTER_SITES= ftp://ftp.std.com/src/editors/
EXTRACT_SUFX= .tar.Z
WRKSRC= ${WRKDIR}/joe
ALL_TARGET= joe
post-install:
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/joe.1
.endif
.include <bsd.port.mk>
|