30b55df38e
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
19 lines
761 B
Text
19 lines
761 B
Text
# $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
|