aboutsummaryrefslogtreecommitdiff
path: root/polish/sap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'polish/sap/Makefile')
-rw-r--r--polish/sap/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/polish/sap/Makefile b/polish/sap/Makefile
deleted file mode 100644
index 1a49a39e5e07..000000000000
--- a/polish/sap/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Ports collection makefile for: sap
-# Date created: Fri 9 July 2004
-# Whom: Aleksander Fafula <alex@bsdguru.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sap
-PORTVERSION= 0.2
-CATEGORIES= polish
-MASTER_SITES= http://www.bsdguru.org/sap/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A command line Polish-English and English-Polish dictionary
-
-DEPRECATED= Looks like an abandonware, no more public distfiles
-EXPIRATION_DATE= 2011-08-01
-
-do-configure:
- @${REINPLACE_CMD} -e 's|PREFIX=/usr|PREFIX=${PREFIX}|g' ${WRKSRC}/Makefile
- ${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' ${WRKSRC}/src/Makefile
- @${REINPLACE_CMD} -e 's|#define DICTIONARIES_DIRECTORY "/usr/lib/sap/"|#define DICTIONARIES_DIRECTORY "${PREFIX}/lib/sap/"|g' ${WRKSRC}/src/configuration.h_UNIX
-
-.include <bsd.port.mk>