1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/misc/xsw/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

44 lines
797 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
BROKEN= Unfetchable (google code has gone away)
OPTIONS_DEFINE= DOCS
RUN_DEPENDS= convert: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>