1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/editors/uemacs/Makefile

27 lines
614 B
Makefile
Raw Normal View History

# New ports collection makefile for: MicroEmacs
# Version required: 3.12
# Date created: 16 Jan 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.7 1996/06/26 22:02:08 gpalmer Exp $
#
DISTNAME= uemacs
PKGNAME= uemacs-3.12
CATEGORIES+= editors
MASTER_SITES= ftp://midas.mgmt.purdue.edu/dist/uemacs312/
DISTFILES= ue312dev.zip
MAINTAINER= ports@freebsd.org
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
NO_WRKSUBDIR= yes
PATCH_STRIP= -p1
EXTRACT_CMD= unzip
EXTRACT_BEFORE_ARGS= -Laq
EXTRACT_AFTER_ARGS= -d ${WRKDIR}
FETCH_BEFORE_ARGS= -NP
.include <bsd.port.mk>