1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/libstroke/Makefile
Tijl Coosemans 93dc174afe - Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Run libtoolize and other autotools because the port ships with libtool
  1.2e which only supports FreeBSD versions up to 3.x
2014-08-31 13:25:31 +00:00

26 lines
551 B
Makefile

# Created by: Jerry A! <jerry@thehutt.org>
# $FreeBSD$
PORTNAME= libstroke
PORTVERSION= 0.5.1
PORTREVISION= 6
CATEGORIES= devel
MASTER_SITES= http://etla.net/libstroke/
MAINTAINER= ports@FreeBSD.org
COMMENT= Stroke translation library
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gmake libtool
USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
AUTOMAKE_ARGS= -a -c -f
USE_CSTD= gnu89
USE_XORG= x11
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} '/^[[:space:]]*#/d' ${WRKSRC}/libstroke/Makefile.am
.include <bsd.port.mk>