pkgsrc/inputmethod/unicon-im/Makefile
marino 3b3aa4d490 inputmethod/unicom-im: bad patch, bad mastersite
The mastersite resolves to a parking domain, causing the html page to be
interpreted as a tarball download which doesn't pass the checksum of course.
Luckily this tarball is backed up at NetBSD, so remove the mastersite so it
can fall back to NetBSD.

Secondly, a patch from 2007 was mispelled and was never included into the
distinfo.  Obviously it built anyway, but the patch was renamed and the
distinfo file regenerated.
2011-12-14 18:31:48 +00:00

30 lines
747 B
Makefile

# $NetBSD: Makefile,v 1.19 2011/12/14 18:31:48 marino Exp $
DISTNAME= unicon-1.2
PKGNAME= unicon-im-1.2
PKGREVISION= 5
CATEGORIES= inputmethod
# The site points at a parking domain. Let it fall back to NetBSD
#MASTER_SITES= http://www.opencjk.org/~yumj/download/
MAINTAINER= rxg@NetBSD.org
#HOMEPAGE= http://www.opencjk.org/~yumj/project-chinput.html
COMMENT= Libraries and modules of Unicon
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
.include "../../mk/bsd.prefs.mk"
CFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=0
INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX}
.include "../../devel/pth/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"