2010-10-24 16:58:58 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/10/24 21:15:36 ajacoutot Exp $
|
2005-05-24 03:19:35 -04:00
|
|
|
|
2007-09-15 16:04:18 -04:00
|
|
|
COMMENT= stylus character recognition tool for X11
|
2005-05-24 03:19:35 -04:00
|
|
|
|
|
|
|
DISTNAME= xscribble
|
2010-07-30 02:58:57 -04:00
|
|
|
PKGNAME= xscribble-20000616
|
|
|
|
REVISION= 3
|
2005-05-24 03:19:35 -04:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2007-01-23 10:17:02 -05:00
|
|
|
HOMEPAGE= http://www.handhelds.org/projects/xscribble.html
|
|
|
|
|
2005-05-24 03:19:35 -04:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2008-02-02 04:18:54 -05:00
|
|
|
|
2010-04-24 16:18:39 -04:00
|
|
|
WANTLIB= X11 Xau Xdmcp Xext ICE Xt Xtst Xmu c m SM Xpm Xaw
|
2005-05-24 03:19:35 -04:00
|
|
|
|
2010-07-18 01:33:44 -04:00
|
|
|
MASTER_SITES= http://www.handhelds.org/download/projects/xscribble/
|
2005-05-24 03:19:35 -04:00
|
|
|
|
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xscribble
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/classifiers/*.cl \
|
|
|
|
${PREFIX}/share/examples/xscribble
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|