6d9af8d68d
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
27 lines
766 B
Makefile
27 lines
766 B
Makefile
# $NetBSD: Makefile,v 1.17 2004/01/03 18:49:36 reed Exp $
|
|
#
|
|
|
|
DISTNAME= xisp-2.6p1
|
|
PKGREVISION= 3
|
|
CATEGORIES= comms x11
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/serial/} \
|
|
http://xisp.hellug.gr/release/ \
|
|
ftp://argeas.cs-net.gr/pub/unix/linux/
|
|
|
|
MAINTAINER= jlam@NetBSD.org
|
|
HOMEPAGE= http://xisp.hellug.gr/
|
|
COMMENT= User-friendly X11 interface to pppd/chat
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_X11BASE= YES
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xisp
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xisp/
|
|
${INSTALL_DATA} ${WRKSRC}/SECURITY ${PREFIX}/share/doc/xisp/
|
|
|
|
.include "../../graphics/jpeg/buildlink2.mk"
|
|
.include "../../graphics/xpm/buildlink2.mk"
|
|
.include "../../x11/xforms/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|