1999-12-27 02:10:03 +00:00
|
|
|
# New ports collection makefile for: cole
|
|
|
|
# Date created: 4 November 1999
|
2000-05-17 11:18:29 +00:00
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
1999-12-27 02:10:03 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 21:54:47 +00:00
|
|
|
PORTNAME= cole
|
2001-02-05 16:35:26 +00:00
|
|
|
PORTVERSION= 2.0.1
|
2006-02-23 10:40:44 +00:00
|
|
|
PORTREVISION= 1
|
1999-12-27 02:10:03 +00:00
|
|
|
CATEGORIES= textproc
|
2006-04-09 14:50:04 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2001-04-03 13:23:39 +00:00
|
|
|
MASTER_SITE_SUBDIR= sobomax
|
1999-12-27 02:10:03 +00:00
|
|
|
|
2003-07-29 09:12:37 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A free C OLE library
|
1999-12-27 02:10:03 +00:00
|
|
|
|
2007-02-01 02:42:05 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 01:04:55 +00:00
|
|
|
USE_LDCONFIG= yes
|
2005-06-03 20:18:13 +00:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure
|
1999-12-27 02:10:03 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|