2002-02-07 02:19:52 +01:00
|
|
|
# New ports collection makefile for: libstroke
|
|
|
|
# Date created: 31 December 2001
|
|
|
|
# Whom: Jerry A! <jerry@thehutt.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libstroke
|
|
|
|
PORTVERSION= 0.5.1
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2002-02-07 02:19:52 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.etla.net/libstroke/
|
|
|
|
|
2004-05-28 03:28:15 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= A stroke translation library
|
2002-02-07 02:19:52 +01:00
|
|
|
|
2002-04-02 05:23:15 +02:00
|
|
|
USE_XLIB= yes
|
2002-02-07 02:19:52 +01:00
|
|
|
USE_GMAKE= yes
|
2005-05-31 21:00:51 +02:00
|
|
|
USE_LIBTOOL_VER=15
|
|
|
|
USE_REINPLACE= yes
|
2002-02-07 02:19:52 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2005-05-31 21:00:51 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure
|
2002-02-07 02:19:52 +01:00
|
|
|
.include <bsd.port.mk>
|