diff options
Diffstat (limited to 'misc/xsw/Makefile')
-rw-r--r-- | misc/xsw/Makefile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/misc/xsw/Makefile b/misc/xsw/Makefile deleted file mode 100644 index 134547ca908f..000000000000 --- a/misc/xsw/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# 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) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -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> |