freebsd-ports/misc/xsw/Makefile
John Marino 28ca5b96a2 5 ports categories: Remove $PTHREAD_LIBS
Categories: irc, x11-clocks, benchmarks, misc, textproc

approved by:	PTHREAD blanket
2015-03-24 17:09:58 +00:00

41 lines
759 B
Makefile

# Created by: corky1951@comcast.net
# $FreeBSD$
PORTNAME= xsw
PORTVERSION= 0.3.5
PORTREVISION= 7
CATEGORIES= misc
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
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
post-patch:
@${REINPLACE_CMD} -e "s,./install-fonts ,./install-fonts \$$(DESTDIR)," \
${WRKSRC}/data/Makefile.in
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>