29 lines
579 B
Makefile
Raw Normal View History

2010-11-20 17:22:40 +00:00
# $OpenBSD: Makefile,v 1.33 2010/11/20 17:22:40 espie Exp $
COMMENT= console tool for openlook
1998-09-24 00:58:57 +00:00
DISTNAME= contool-3.3a
2010-11-11 19:00:48 +00:00
REVISION = 3
1998-09-24 00:58:57 +00:00
CATEGORIES= sysutils
2002-10-28 19:53:43 +00:00
1998-09-24 00:58:57 +00:00
MASTER_SITES= ftp://ftp.kfu.com/pub/
PERMIT_PACKAGE_CDROM= NOFEE
2000-03-05 18:30:21 +00:00
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= NOFEE
2000-03-05 18:30:21 +00:00
PERMIT_DISTFILES_FTP= Yes
2000-02-12 06:29:49 +00:00
2010-11-20 17:22:40 +00:00
WANTLIB= X11 Xau Xdmcp Xext c pthread-stubs xcb xview>=3 olgx>=3
LIB_DEPENDS= x11/xview/lib
BUILD_DEPENDS= x11/xview/config
1998-09-24 00:58:57 +00:00
WRKDIST= ${WRKDIR}
CONFIGURE_STYLE=imake
2010-10-19 07:43:00 +00:00
USE_GROFF = Yes
2002-10-28 19:53:43 +00:00
NO_REGRESS= Yes
1998-09-24 00:58:57 +00:00
pre-install:
@${INSTALL_DATA_DIR} ${PREFIX}/lib/help
1998-09-24 00:58:57 +00:00
.include <bsd.port.mk>