openbsd-ports/comms/seyon/Makefile

29 lines
547 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.27 2010/10/24 21:05:57 ajacoutot 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}
REVISION= 3
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
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c pthread-stubs xcb
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>