opnsense-ports/net/xipmsg/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
470 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
USES= imake
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>