freebsd-ports/devel/libstroke/Makefile
Guido Falsi 2294b3d60c - Convert to staging
- Remove option for legacy GTK1/Gnome1 (EOLed) support
2013-10-09 23:59:14 +00:00

26 lines
503 B
Makefile

# Created by: Jerry A! <jerry@thehutt.org>
# $FreeBSD$
PORTNAME= libstroke
PORTVERSION= 0.5.1
PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= http://etla.net/libstroke/
MAINTAINER= ports@FreeBSD.org
COMMENT= A stroke translation library
USES= gmake
USE_CSTD= gnu89
USE_XORG= x11
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-gtktest
post-patch:
@${REINPLACE_CMD} -e \
's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk>