schwarze 4478d7a66b uses .br and macros inside tbl(7), but formatting differences are very
minor and don't harm readability, so drop USE_GROFF and bump
2017-06-13 17:05:50 +00:00

30 lines
547 B
Makefile

# $OpenBSD: Makefile,v 1.25 2017/06/13 17:05:50 schwarze Exp $
COMMENT= X11 trippy color-cycling toy
DISTNAME= xtacy114
PKGNAME= xtacy-1.14
REVISION= 2
CATEGORIES= x11
MASTER_SITES= http://www.gweep.net/~jer/
HOMEPAGE= http://sidehack.gweep.net/~jer/xtacy.html
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= X11 Xau Xdmcp Xext c m
CONFIGURE_STYLE=imake
WRKDIST= ${WRKDIR}/Xtacy
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/xtacy ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xtacy.man ${PREFIX}/man/man1/xtacy.1
.include <bsd.port.mk>