summaryrefslogtreecommitdiff
path: root/textproc/flip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/flip/Makefile')
-rw-r--r--textproc/flip/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/textproc/flip/Makefile b/textproc/flip/Makefile
deleted file mode 100644
index d7dfc9115ad0..000000000000
--- a/textproc/flip/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME= flip
-PORTVERSION= 1.19
-PORTREVISION= 1
-CATEGORIES= textproc
-MASTER_SITES= LOCAL/itetcu
-DISTNAME= ${PORTNAME}.${PORTVERSION}
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Convert text file line endings between Unix and DOS formats
-
-DEPRECATED= Unmaintained and dead upstream, consider using converters/dos2unix
-EXPIRATION_DATE=2025-04-30
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-ALL_TARGET= bsd
-PLIST_FILES= bin/flip share/man/man1/flip.1.gz
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/flip ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/flip.1 ${STAGEDIR}${PREFIX}/share/man/man1
-
-.include <bsd.port.mk>