openbsd-ports/x11/xscribble/Makefile
ajacoutot 04e84ce16a - add HOMEPAGE
- bump PKGNAME
from Martynas Venckus <martynas at altroot dot org>, thanks!
2007-01-23 15:17:02 +00:00

34 lines
722 B
Makefile

# $OpenBSD: Makefile,v 1.2 2007/01/23 15:17:02 ajacoutot Exp $
COMMENT= "A stylus character recognition tool for X11"
DISTNAME= xscribble
PKGNAME= xscribble-20000616p0
CATEGORIES= x11
HOMEPAGE= http://www.handhelds.org/projects/xscribble.html
EXTRACT_SUFX= .tgz
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext ICE Xt Xtst Xmu c Xp m SM Xpm Xaw
MASTER_SITES= ftp://ftp.handhelds.org/projects/xscribble/
USE_X11= Yes
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>