summaryrefslogtreecommitdiffstats
path: root/japanese/gqmpeg/Makefile
blob: e5cc84825533e0dd27aca44e584fe7abf988cb09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:	ja-gqmpeg
# Date Created:		19 Sep 2001
# Whom:			TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp>
#
# $FreeBSD$
#

CATEGORIES=	japanese

MAINTAINER=	katsu@iec.hiroshima-u.ac.jp

PATCH_SITES=	http://linuxlovers.yi.org/softarc/
PATCHFILES=	gqmpeg-0.13.0-jp_title.patch

.if defined(WITH_SJIS_TAG)
EXTRA_PATCHES=	${.CURDIR}/files/extra-patch-*
.endif

MASTERDIR=	${.CURDIR}/../../audio/gqmpeg
MD5_FILE=	${.CURDIR}/distinfo
COMMENT=	${.CURDIR}/pkg-comment
DESCR=		${.CURDIR}/pkg-descr

CONFIGURE_ARGS=	--enable-japanese

NOMAN=		yes

.if !defined(WITH_SJIS_TAG)
pre-everything::
	@${ECHO_MSG}
	@${ECHO_MSG} "If you want to save ID3 tags as SJIS(default: EUC),"
	@${ECHO_MSG} "hit Ctrl-C right now and execute \"make WITH_SJIS_TAG=yes\""
	@${ECHO_MSG}
.endif

.include "${MASTERDIR}/Makefile"
OpenPOWER on IntegriCloud