diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:21:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:21:39 +0000 |
commit | 148786583870cf6681db97a9afd32b2ec5c771bb (patch) | |
tree | 646632dd610c8f8de843b3ac663dc07dc1a93ceb /net/xipmsg | |
parent | 8246b27b63d0dca9e909c6859bccce29604ce33d (diff) | |
download | ports-148786583870cf6681db97a9afd32b2ec5c771bb.tar.gz ports-148786583870cf6681db97a9afd32b2ec5c771bb.zip |
Notes
Diffstat (limited to 'net/xipmsg')
-rw-r--r-- | net/xipmsg/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/xipmsg/Makefile b/net/xipmsg/Makefile index 213c1145e525..41acb532811f 100644 --- a/net/xipmsg/Makefile +++ b/net/xipmsg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xipmsg -# Date created: 29 May 1997 -# Whom: candy@fct.kgc.co.jp -# +# Created by: candy@fct.kgc.co.jp # $FreeBSD$ -# PORTNAME= xipmsg PORTVERSION= 0.8088 @@ -13,8 +9,9 @@ MASTER_SITES= http://www.bsddiary.net/xipmsg/ DISTNAME= xipmsg-${PORTVERSION:E} MAINTAINER= candy@kgc.co.jp -COMMENT= A popup style message communication tool for X11 +COMMENT= Popup style message communication tool for X11 +USES= imake USE_IMAKE= yes USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xipmsg.1 |