diff options
author | obache <obache> | 2006-11-17 15:13:43 +0000 |
---|---|---|
committer | obache <obache> | 2006-11-17 15:13:43 +0000 |
commit | 80d4c66987bd6b002d54d8a7aa51048a4e0d162d (patch) | |
tree | 57365e9fd91f7377ef82a5e719e2bb6efe464236 /textproc | |
parent | 944e3ac6e184b1cec20d08af541c3270090b2ea3 (diff) | |
download | pkgsrc-80d4c66987bd6b002d54d8a7aa51048a4e0d162d.tar.gz |
Split Makefile to common part and base package part.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hyperestraier/Makefile | 5 | ||||
-rw-r--r-- | textproc/hyperestraier/Makefile.common | 12 |
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 |