mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
984efff649
category in CATEGORIES should always be physical category. Approved by: portmgr (self)
27 lines
632 B
Makefile
27 lines
632 B
Makefile
# New ports collection makefile for: cdrtools-cjk
|
|
# Date created: 6 June 2004
|
|
# Whom: marius@alchemy.franken.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTVERSION= 2.01.${PATCHDATE}
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils chinese japanese korean audio
|
|
PKGNAMEPREFIX= cjk-
|
|
|
|
#PATCH_SITES= http://www.geocities.co.jp/SiliconValley/3657/mkisofs_patch/
|
|
PATCH_SITES= ${MASTER_SITE_LOCAL}
|
|
PATCH_SITE_SUBDIR= marius
|
|
PATCHFILES= noboru_nls_patch_${PATCHDATE}.txt.gz
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
CONFLICTS= cdrtools-*
|
|
|
|
PATCHDATE= 20041227
|
|
MASTERDIR= ${.CURDIR}/../cdrtools
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|