summaryrefslogtreecommitdiff
path: root/editors/ssam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ssam/Makefile')
-rw-r--r--editors/ssam/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/editors/ssam/Makefile b/editors/ssam/Makefile
deleted file mode 100644
index 1390b5df5d9e..000000000000
--- a/editors/ssam/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Serge Gagnon <serge.gagnon@b2b2c.ca>
-# $FreeBSD$
-
-PORTNAME= ssam
-PORTVERSION= 1.10
-CATEGORIES= editors plan9
-MASTER_SITES= http://www.westley.demon.co.uk/src/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Stream editor that uses the UTF routines with the sam(1) command set
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-
-BUILD_DEPENDS= ${LOCALBASE}/include/ure.h:misc/libutf
-
-GNU_CONFIGURE= YES
-ALL_TARGET= ssam
-
-PLIST_FILES= bin/ssam man/man1/ssam.1.gz
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ssam ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/ssam.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>