34 lines
789 B
Makefile
Raw Normal View History

2017-10-23 17:11:02 +00:00
# $OpenBSD: Makefile,v 1.32 2017/10/23 17:11:02 sthen 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= 1
1998-05-17 03:01:58 +00:00
CATEGORIES= plan9 editors
2015-06-23 07:48:11 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wily/} \
ftp://ftp.cs.yorku.ca/pub/wily/src/old/ \
ftp://ftp.cs.yorku.ca/pub/wily/src/
2017-10-23 17:11:02 +00:00
REVISION= 0
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
# BSD licence
2000-03-23 03:49:58 +00:00
PERMIT_PACKAGE_CDROM= Yes
2017-10-23 17:11:02 +00:00
WANTLIB= ICE SM X11 Xg Xt c frame m plan9c 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= 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
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2003-05-13 03:06:41 +00:00
post-install:
${INSTALL_MAN} ${FILESDIR}/wily.1 ${PREFIX}/man/man1
1998-05-17 03:01:58 +00:00
.include <bsd.port.mk>