openbsd-ports/comms/seyon/Makefile

29 lines
526 B
Makefile
Raw Normal View History

2011-11-04 04:21:59 -04:00
# $OpenBSD: Makefile,v 1.28 2011/11/04 08:21:59 jasper Exp $
2001-05-05 18:39:36 -04:00
COMMENT= communication package for X11
1997-12-31 11:37:29 -05:00
DISTNAME= Seyon-2.14b
2010-09-03 10:39:07 -04:00
PKGNAME= ${DISTNAME:L}
2011-11-04 04:21:59 -04:00
REVISION= 4
1997-12-31 11:37:29 -05:00
CATEGORIES= comms x11
2001-05-05 18:39:36 -04:00
1998-10-07 15:22:18 -04:00
MASTER_SITES= ftp://sipb.mit.edu/pub/seyon/
EXTRACT_SUFX= -tar.Z
# License: BSD
2000-05-31 09:42:50 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-11-13 07:55:46 -05:00
2011-11-04 04:21:59 -04:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c
2000-02-12 01:29:49 -05:00
CONFIGURE_STYLE=imake
1997-12-31 11:37:29 -05:00
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/seyon
1999-10-27 08:24:46 -04:00
2010-10-18 12:52:44 -04:00
USE_GROFF = Yes
2002-10-25 07:34:24 -04:00
NO_REGRESS= Yes
1997-12-31 11:37:29 -05:00
.include <bsd.port.mk>