openbsd-ports/textproc/boust/Makefile
espie f1e7eab840 those packages have not changed names since 3.6, even though their
packing-lists was changes in significant ways, and they do not have
enough dependencies that pkg_add can detect they changed through their
signature.

Bump the pkgname, so that pkg_add -r will choose to update them.

okay pvalchev@
2005-08-17 16:10:02 +00:00

41 lines
997 B
Makefile

# $OpenBSD: Makefile,v 1.5 2005/08/17 16:10:04 espie Exp $
COMMENT= "boustrophedon text reader"
DISTNAME= boust-0.161
PKGNAME= ${DISTNAME}p0
CATEGORIES= textproc
HOMEPAGE= http://traevoli.com/boust/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}bin/
RUN_DEPENDS= ::x11/tk/8.4
USE_X11= Yes
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
SUBST_VARS= FONTDIR PKGNAME
FONTS= 10x20bw.pcf.gz 10x20fw.pcf.gz 10x20ud.pcf.gz
FONTDIR= ${PREFIX}/lib/X11/fonts/boust
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/boust ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/boust
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/boust
${INSTALL_DATA_DIR} ${FONTDIR}
.for font in ${FONTS}
${INSTALL_DATA} ${WRKSRC}/${font} ${FONTDIR}
.endfor
${INSTALL_DATA} ${FILESDIR}/fonts.dir ${FONTDIR}
cd ${WRKSRC} && gunzip boust.1.gz && \
${INSTALL_MAN} boust.1 ${PREFIX}/man/man1
.include <bsd.port.mk>