blob: 1d16fe51b21ec9bab1bb0e1aa26fdef9b7da33d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile.common,v 1.10 2017/01/19 18:52:27 agc Exp $
#
# used by textproc/java-native-hyperestraier/Makefile
# used by textproc/java-pure-hyperestraier/Makefile
# used by textproc/p5-native-hyperestraier/Makefile
# used by textproc/ruby-native-hyperestraier/Makefile
# used by textproc/ruby-pure-hyperestraier/Makefile
DISTNAME= hyperestraier-${HYPERESTRAIER_VERSION}
CATEGORIES= japanese textproc www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
MASTER_SITES+= http://hyperestraier.sourceforge.net/
HYPERESTRAIER_VERSION=1.4.13
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://hyperestraier.sourceforge.net/
DISTINFO_FILE= ${.CURDIR}/../../textproc/hyperestraier/distinfo
PATCHDIR= ${.CURDIR}/../../textproc/hyperestraier/patches
|