2001-03-10 18:47:33 +01:00
|
|
|
# New ports collection makefile for: dico
|
|
|
|
# Date created: 11 October 2000
|
|
|
|
# Whom: Cyrille Lefevre <clefevre@citeweb.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dico
|
2006-12-19 21:52:04 +01:00
|
|
|
PORTVERSION= 1.1
|
2007-07-28 08:33:59 +02:00
|
|
|
PORTREVISION= 6
|
2004-03-14 13:21:54 +01:00
|
|
|
CATEGORIES= french
|
2006-12-19 21:52:04 +01:00
|
|
|
MASTER_SITES= ftp://ftp.supelec.fr/lsi/pub/security/
|
|
|
|
DISTNAME= le_dico
|
2001-03-10 18:47:33 +01:00
|
|
|
|
2005-12-02 03:05:39 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= Interactive dictionary in french
|
2006-12-19 21:52:04 +01:00
|
|
|
|
2003-10-10 15:37:23 +02:00
|
|
|
BROKEN_WWW= http://www.montefiore.ulg.ac.be/cgi-bin-ulg/DICO.html
|
2001-03-10 18:47:33 +01:00
|
|
|
|
2002-11-01 00:49:38 +01:00
|
|
|
# Global variables
|
|
|
|
#
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2007-07-28 08:33:59 +02:00
|
|
|
USE_AUTOTOOLS= automake:14 autoconf:261
|
|
|
|
CONFIGURE_ARGS= --mandir=${PREFIX}/man
|
2001-09-13 02:48:00 +02:00
|
|
|
USE_GMAKE= true
|
2001-10-30 02:51:01 +01:00
|
|
|
AUTOMAKE_ARGS= --add-missing --foreign --include-deps
|
2001-09-13 02:48:00 +02:00
|
|
|
MAKE_ARGS= prefix=${PREFIX}
|
2001-03-10 18:47:33 +01:00
|
|
|
MAN1= dico.1
|
2004-03-12 22:53:29 +01:00
|
|
|
REINPLACE_SUB= PREFIX=${PREFIX}
|
2001-03-10 18:47:33 +01:00
|
|
|
|
2002-11-01 00:49:38 +01:00
|
|
|
# Post-patch
|
|
|
|
#
|
|
|
|
|
2001-03-10 18:47:33 +01:00
|
|
|
post-patch:
|
2004-03-12 22:53:29 +01:00
|
|
|
@${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
|
|
|
|
${WRKSRC}/sources/dico.c
|
2002-11-01 00:49:38 +01:00
|
|
|
|
|
|
|
# Pre-configure
|
|
|
|
#
|
2001-03-10 18:47:33 +01:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@cd ${WRKSRC} && ${ACLOCAL}
|
|
|
|
|
2004-03-12 22:53:29 +01:00
|
|
|
# Post-install
|
|
|
|
#
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
@${RM} -rf ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
2001-03-10 18:47:33 +01:00
|
|
|
.include <bsd.port.mk>
|