freebsd-ports/net/xipmsg/Makefile
Niclas Zeising 897ad0b36e Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:58:04 +00:00

23 lines
497 B
Makefile

# Created by: candy@fct.kgc.co.jp
# $FreeBSD$
PORTNAME= xipmsg
PORTVERSION= 0.8088
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.bsddiary.net/xipmsg/
DISTNAME= xipmsg-${PORTVERSION:E}
MAINTAINER= candy@kgc.co.jp
COMMENT= Popup style message communication tool for X11
BROKEN= unfetchable
USES= imake xorg
USE_XORG= ice sm x11 xaw xext xmu xpm xt
post-patch:
@${REINPLACE_CMD} 's,^INSTUIDFLAGS=.*,INSTUIDFLAGS=${STRIP} -m ${BINMODE},' ${WRKSRC}/Imakefile
.include <bsd.port.mk>