mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
270145b39d
Hat: portmgr
23 lines
685 B
Makefile
23 lines
685 B
Makefile
# 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
|
|
|
|
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>
|