aboutsummaryrefslogtreecommitdiff
path: root/devel/libstroke/Makefile
blob: 46a5c306c3d9326e1d73b7e80493694c8e771ece (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Jerry A! <jerry@thehutt.org>

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 autoreconf xorg
USE_CSTD=	gnu89
USE_XORG=	x11
USE_LDCONFIG=	yes

post-patch:
	@${REINPLACE_CMD} '/^[[:space:]]*#/d' ${WRKSRC}/libstroke/Makefile.am

.include <bsd.port.mk>