diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 06:11:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 06:11:17 +0000 |
commit | 94105bca125e0ac414db212cb79fae3d10e52321 (patch) | |
tree | b9af2877b4d88efd6065c4540d63d5e04d0bccc2 /editors/uemacs | |
parent | 1ce14d354783574ae8bb73275cf8042f00645df6 (diff) | |
download | ports-94105bca125e0ac414db212cb79fae3d10e52321.tar.gz ports-94105bca125e0ac414db212cb79fae3d10e52321.zip |
Notes
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 022b03d81bd2..cf05fd63ab31 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}" |