freebsd-ports/misc/xsw/Makefile

42 lines
759 B
Makefile
Raw Normal View History

2012-12-31 13:39:10 +01:00
# Created by: corky1951@comcast.net
# $FreeBSD$
PORTNAME= xsw
PORTVERSION= 0.3.5
PORTREVISION= 7
CATEGORIES= misc
MASTER_SITES= GOOGLE_CODE
2013-12-16 18:26:49 +01:00
MAINTAINER= ports@FreeBSD.org
2013-10-19 01:18:19 +02:00
COMMENT= Tool for creating presentations
OPTIONS_DEFINE= DOCS
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
USE_SDL= sdl ttf image gfx
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
DOCS= AUTHORS \
COPYING \
NEWS \
README \
REFERENCE \
THANKS \
TODO \
doc/xsw.vim
2013-10-19 01:18:19 +02:00
post-patch:
@${REINPLACE_CMD} -e "s,./install-fonts ,./install-fonts \$$(DESTDIR)," \
${WRKSRC}/data/Makefile.in
2013-10-19 01:18:19 +02:00
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>