diff options
author | asami <asami@FreeBSD.org> | 1995-04-09 06:11:17 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-09 06:11:17 +0000 |
commit | 513df593711426d8ece76d258b3a1539fc57cebb (patch) | |
tree | 69675fdfdd3a851a710ebbdb21f44d9acc31176b /editors/uemacs | |
parent | c3cebcd80d48bc01fbcff76ee6edcd1e29395703 (diff) | |
download | FreeBSD-ports-513df593711426d8ece76d258b3a1539fc57cebb.zip FreeBSD-ports-513df593711426d8ece76d258b3a1539fc57cebb.tar.gz |
Another round of Makefile updates, editors version.
Diffstat (limited to 'editors/uemacs')
-rw-r--r-- | editors/uemacs/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index 022b03d..cf05fd6 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -3,18 +3,24 @@ # Date created: 16 Jan 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # +# $Id:$ +# DISTNAME= uemacs -MASTER_SITES= ftp://midas.mgmt.purdue.edu/pub/ue312/ +PKGNAME= uemacs-3.12 CATEGORIES+= editors -PATCH_STRIP= -p1 +MASTER_SITES= ftp://midas.mgmt.purdue.edu/pub/ue312/ DISTFILES= ue312dev.zip + EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +NO_WRKSUBDIR= yes +PATCH_STRIP= -p1 + # one weakness of the ports scheme: it doesn't allow arguments # to ${EXTRACT_CMD} after the filename, which is required for unzip. -NO_WRKSUBDIR= yes +# Satoshi: it does now, so please update it when you see this.... :) pre-extract: exec_depends @echo "===> Extracting for ${DISTNAME}" |