schwarze 89c2ef3b4d The xmix(1) manual uses the .IX macro without defining it, which
causes mandoc(1) to report an error.  However, in this particular
case, the error has no harmful consequences, formatting is correct,
and the undefined macro can safely be skipped, so drop USE_GROFF.
No PLIST change, no bump.
OK naddy@
2013-10-15 20:38:05 +00:00

28 lines
538 B
Makefile

# $OpenBSD: Makefile,v 1.32 2013/10/15 20:38:05 schwarze Exp $
COMMENT= X11-based audio mixer
DISTNAME= xmix-2.1
REVISION= 4
CATEGORIES= audio
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= Xau Xdmcp ICE SM X11 Xaw Xext Xmu Xt c ossaudio
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/sound/mixers/}
PATCHFILES= xmix-2.1.mixers.patch
CONFIGURE_STYLE= imake
WRKDIST= $(WRKDIR)/xmix
NO_TEST= Yes
pre-build:
@cp ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
pre-install:
${INSTALL_DATA} $(WRKSRC)/XMix ${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>