blob: 2120bee6a4624f54eba48e8dcb834920d070c3da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile.common,v 1.6 2008/01/03 12:50:52 obache Exp $
DISTNAME= hyperestraier-${HYPERESTRAIER_VERSION}
CATEGORIES= japanese textproc www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/} \
http://hyperestraier.sourceforge.net/
HYPERESTRAIER_VERSION=1.4.13
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://hyperestraier.sourceforge.net/
DISTINFO_FILE= ${.CURDIR}/../../textproc/hyperestraier/distinfo
PATCHDIR= ${.CURDIR}/../../textproc/hyperestraier/patches
|