mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
73f7c91b5d
(Part 1)
49 lines
1.1 KiB
Makefile
49 lines
1.1 KiB
Makefile
# New ports collection makefile for: dico
|
|
# Date created: 11 October 2000
|
|
# Whom: Cyrille Lefevre <clefevre@citeweb.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dico
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://homepages.starnet.fr/dtrystram/
|
|
# http://www.montefiore.ulg.ac.be/~geuzaine/BRONNE/WWW/ftp/ le_dico.tgz
|
|
# ftp://ftp.supelec.fr/lsi/pub/security/ le_dico.tar.gz
|
|
# http://homepages.starnet.fr/dtrystram/ ledico.zip
|
|
# http://hpux.cict.fr/ftp/hpux/Text/ dico-1.1/dico-1.1-ss-11.00.tar.gz
|
|
# ftp://ftp.ac-amiens.fr/pub/Educatifs_fr/Francais ledico.zip
|
|
DISTNAME= ledico
|
|
|
|
MAINTAINER= cyrille.lefevre@laposte.net
|
|
COMMENT= Interactive dictionary in french
|
|
BROKEN_WWW= http://www.montefiore.ulg.ac.be/cgi-bin-ulg/DICO.html
|
|
|
|
# Global variables
|
|
#
|
|
|
|
USE_REINPLACE= true
|
|
USE_ZIP= true
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USE_AUTOMAKE= true
|
|
USE_GMAKE= true
|
|
AUTOMAKE_ARGS= --add-missing --foreign --include-deps
|
|
MAKE_ARGS= prefix=${PREFIX}
|
|
MAN1= dico.1
|
|
|
|
# Post-patch
|
|
#
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/sources/dico.c
|
|
|
|
# Pre-configure
|
|
#
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC} && ${ACLOCAL}
|
|
|
|
.include <bsd.port.mk>
|