summaryrefslogtreecommitdiff
path: root/editors/uemacs/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-09 06:11:17 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-09 06:11:17 +0000
commit94105bca125e0ac414db212cb79fae3d10e52321 (patch)
treeb9af2877b4d88efd6065c4540d63d5e04d0bccc2 /editors/uemacs/Makefile
parentUpgrade. (diff)
Another round of Makefile updates, editors version.
Notes
Notes: svn path=/head/; revision=1308
Diffstat (limited to 'editors/uemacs/Makefile')
-rw-r--r--editors/uemacs/Makefile12
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}"