aboutsummaryrefslogtreecommitdiffstats
path: root/net/dhid/files/dhid.sh
stat options
Period:
Authors:

Commits per author per week (path 'net/dhid/files/dhid.sh')

AuthorW47 2025W48 2025W49 2025W50 2025Total
Total00000
id='n10' href='#n10'>10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
# New ports collection makefile for:	GNU emacs
# Version required:	19.34
# Date created:		29 October 1994
# Whom:			jkh
#
# $Id: Makefile,v 1.22 1996/10/18 16:16:49 max Exp $
#

DISTNAME=	emacs-19.34
CATEGORIES=	editors
MASTER_SITES=	ftp://prep.ai.mit.edu/pub/gnu/

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
CONFIGURE_ARGS=	i386--freebsd --with-x-toolkit
STRIP=

post-install:
.if !defined(NOMANCOMPRESS)
	gzip -9nf ${PREFIX}/man/man1/emacs.1
	gzip -9nf ${PREFIX}/man/man1/etags.1
	gzip -9nf ${PREFIX}/man/man1/ctags.1
.endif
	for file in emacs-19.34 emacsclient etags ctags b2m; do \
	  strip ${PREFIX}/bin/$$file; \
	done

.include <bsd.port.mk>