aboutsummaryrefslogtreecommitdiff
path: root/misc/fortune_strfile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fortune_strfile/Makefile')
-rw-r--r--misc/fortune_strfile/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/misc/fortune_strfile/Makefile b/misc/fortune_strfile/Makefile
deleted file mode 100644
index ed60c3407024..000000000000
--- a/misc/fortune_strfile/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: marino@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= fortune_strfile
-PORTVERSION= 1.0
-CATEGORIES= misc
-MASTER_SITES= # none
-DISTFILES= # none
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Duplicate of strfile(8)
-
-PROGRAM= fortune_strfile
-PLIST_FILES= bin/${PROGRAM}
-
-DEPRECATED= unmaintained and duplicated from base
-EXPIRATION_DATE= 2016-10-14
-
-do-build:
- ${MKDIR} ${WRKSRC}
- ${CC} ${CFLAGS} -o ${WRKSRC}/${PROGRAM} ${FILESDIR}/strfile.c
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>