37 lines
865 B
Makefile
Raw Normal View History

2010-11-20 09:48:38 +00:00
# $OpenBSD: Makefile,v 1.26 2010/11/20 09:48:38 espie Exp $
COMMENT= clone of the Plan9 editor 'acme'
1998-05-17 03:01:58 +00:00
2003-05-13 03:06:41 +00:00
VERSION= 0.13.41
DISTNAME= wily-9libs
2010-07-24 15:29:47 +00:00
PKGNAME= ${DISTNAME:S/-/_/}-${VERSION}
EPOCH= 0
1998-05-17 03:01:58 +00:00
CATEGORIES= plan9 editors
2003-05-13 03:06:41 +00:00
MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/src/
1998-05-17 03:01:58 +00:00
2002-07-15 18:04:30 +00:00
HOMEPAGE= http://www.cs.yorku.ca/~oz/wily/
2003-05-13 03:06:41 +00:00
MAINTAINER= rich cannings <cannings@cvs.openbsd.org>
# BSD licence
2000-03-23 03:49:58 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-07-24 15:29:47 +00:00
WANTLIB= ICE SM X11 Xg Xt c frame m plan9c pthread-stubs xcb
2000-03-23 03:49:58 +00:00
2010-11-20 09:48:38 +00:00
LIB_DEPENDS= plan9/9libs
2003-05-13 03:06:41 +00:00
SEPARATE_BUILD= simple
2010-11-20 09:48:38 +00:00
USE_GROFF = Yes
2003-05-13 03:06:41 +00:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-9libs=${LOCALBASE}/include/9libs
CONFIGURE_ENV= mhw_cv_mod_9libs_lib_path=${LOCALBASE}/lib
2003-05-13 03:06:41 +00:00
NO_REGRESS= Yes
post-install:
${INSTALL_MAN} ${FILESDIR}/wily.1 ${PREFIX}/man/man1
1998-05-17 03:01:58 +00:00
.include <bsd.port.mk>