summaryrefslogtreecommitdiff
path: root/textproc/hyperestraier
diff options
context:
space:
mode:
authorobache <obache>2006-11-17 15:13:43 +0000
committerobache <obache>2006-11-17 15:13:43 +0000
commitdb58e643137139357941d28906c8a6708d35afd7 (patch)
tree57365e9fd91f7377ef82a5e719e2bb6efe464236 /textproc/hyperestraier
parentb54d850b7d5368da316a76ee9b6d4a221952c4bd (diff)
downloadpkgsrc-db58e643137139357941d28906c8a6708d35afd7.tar.gz
Split Makefile to common part and base package part.
Diffstat (limited to 'textproc/hyperestraier')
-rw-r--r--textproc/hyperestraier/Makefile5
-rw-r--r--textproc/hyperestraier/Makefile.common12
2 files changed, 15 insertions, 2 deletions
diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile
index 5351b9f471a..566e745135d 100644
--- a/textproc/hyperestraier/Makefile
+++ b/textproc/hyperestraier/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2006/11/11 12:42:20 obache Exp $
+# $NetBSD: Makefile,v 1.22 2006/11/17 15:13:43 obache Exp $
+
+.include "Makefile.common"
DISTNAME= hyperestraier-1.4.9
CATEGORIES= japanese textproc www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
MAINTAINER= obata@lins.jp
HOMEPAGE= http://hyperestraier.sourceforge.net/
diff --git a/textproc/hyperestraier/Makefile.common b/textproc/hyperestraier/Makefile.common
new file mode 100644
index 00000000000..7c4f24a5d74
--- /dev/null
+++ b/textproc/hyperestraier/Makefile.common
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile.common,v 1.1 2006/11/17 15:13:43 obache Exp $
+
+DISTNAME= hyperestraier-${HYPERESTRAIER_VERSION}
+CATEGORIES= japanese textproc www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
+HYPERESTRAIER_VERSION=1.4.9
+
+MAINTAINER= obata@lins.jp
+HOMEPAGE= http://hyperestraier.sourceforge.net/
+
+DISTINFO_FILE= ${.CURDIR}/../../textproc/hyperestraier/distinfo
+PATCHDIR= ${.CURDIR}/../../textproc/hyperestraier/patches