2000-02-01 08:41:59 +01:00
|
|
|
# New ports collection Makefile for: cook
|
|
|
|
# Date created: 31 January 2000
|
|
|
|
# Whom: jasone
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= cook
|
2008-01-21 16:33:00 +01:00
|
|
|
PORTVERSION= 2.30
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 2
|
2000-02-01 08:41:59 +01:00
|
|
|
CATEGORIES= devel
|
2008-01-21 16:33:00 +01:00
|
|
|
MASTER_SITES= http://miller.emu.id.au/pmiller/software/cook/ \
|
2007-06-29 20:52:25 +02:00
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR=jasone
|
2000-02-01 08:41:59 +01:00
|
|
|
|
2006-01-12 10:15:55 +01:00
|
|
|
MAINTAINER= jasone@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Like make(1), but more powerful and clean
|
2000-02-01 08:41:59 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2002-11-30 00:14:27 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib \
|
|
|
|
YACC=yacc
|
2009-11-19 23:07:43 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2000-02-01 08:41:59 +01:00
|
|
|
|
2001-11-17 23:38:16 +01:00
|
|
|
MAN1= c_incl.1 cook.1 cook_bom.1 cook_lic.1 cook_rsh.1 cookfp.1 cooktime.1 \
|
|
|
|
find_libs.1 make2cook.1 roffpp.1
|
2000-02-01 08:41:59 +01:00
|
|
|
MANCOMPRESSED= no
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2000-02-01 08:41:59 +01:00
|
|
|
|
|
|
|
# Make sure that the whole directory tree exists.
|
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/cook/en/man1
|
|
|
|
${MKDIR} ${PREFIX}/lib/cook/en/LC_MESSAGES
|
|
|
|
|
2000-02-22 06:35:50 +01:00
|
|
|
# cook installs extra copies of the manpages in a directory that MANLANG can't
|
2003-12-04 16:46:22 +01:00
|
|
|
# cope with. Delete the extra copies.
|
2000-02-01 08:41:59 +01:00
|
|
|
post-install:
|
2003-12-04 16:46:22 +01:00
|
|
|
@${RM} -rf ${PREFIX}/share/cook/en/man1
|
2000-02-01 08:41:59 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|