diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-05 15:46:23 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-05 15:46:23 +0000 |
commit | ac6e50b2a6a71008ca1e6dd9e5ffaec33d757299 (patch) | |
tree | 61d74d73666bc2d722ab44d551a85825e19bbde7 /polish | |
parent | 0656250a3aa8a66e7f10c6d82a33670a2e80bc81 (diff) | |
download | ports-ac6e50b2a6a71008ca1e6dd9e5ffaec33d757299.tar.gz ports-ac6e50b2a6a71008ca1e6dd9e5ffaec33d757299.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/Makefile | 1 | ||||
-rw-r--r-- | polish/sap/Makefile | 24 | ||||
-rw-r--r-- | polish/sap/distinfo | 2 | ||||
-rw-r--r-- | polish/sap/pkg-descr | 6 | ||||
-rw-r--r-- | polish/sap/pkg-plist | 4 |
5 files changed, 37 insertions, 0 deletions
diff --git a/polish/Makefile b/polish/Makefile index 46d0b2c83629..6476dfda0620 100644 --- a/polish/Makefile +++ b/polish/Makefile @@ -16,6 +16,7 @@ SUBDIR += openoffice-1.0 SUBDIR += openoffice-1.1 SUBDIR += php_doc + SUBDIR += sap SUBDIR += sms SUBDIR += sms2 SUBDIR += tleenx2 diff --git a/polish/sap/Makefile b/polish/sap/Makefile new file mode 100644 index 000000000000..1724e6620971 --- /dev/null +++ b/polish/sap/Makefile @@ -0,0 +1,24 @@ +# 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.terravista.pt/Mussulo/1345/sap/ +EXTRACT_SUFX= .tgz + +MAINTAINER= alex@bsdguru.org +COMMENT= A command line Polish-English and English-Polish dictionary + +USE_REINPLACE= yes + +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> diff --git a/polish/sap/distinfo b/polish/sap/distinfo new file mode 100644 index 000000000000..d8d898abc7e7 --- /dev/null +++ b/polish/sap/distinfo @@ -0,0 +1,2 @@ +MD5 (sap-0.2.tgz) = 24a835f649b22661359547414f1c434c +SIZE (sap-0.2.tgz) = 602758 diff --git a/polish/sap/pkg-descr b/polish/sap/pkg-descr new file mode 100644 index 000000000000..d874ad02fe2d --- /dev/null +++ b/polish/sap/pkg-descr @@ -0,0 +1,6 @@ +SAP stands for Slownik Polsko-Angielski. +It is a free Polish-English and English-Polish dictionary. +Dictionary operates with both Polish characters and ASCII-only mode. +Fast and light, console based. + +WWW: http://www.terravista.pt/Mussulo/1345/sap/ diff --git a/polish/sap/pkg-plist b/polish/sap/pkg-plist new file mode 100644 index 000000000000..5407641f6146 --- /dev/null +++ b/polish/sap/pkg-plist @@ -0,0 +1,4 @@ +bin/sap +lib/sap/dvp_1.dic +lib/sap/dvp_2.dic +@dirrm lib/sap |