forked from Lainports/freebsd-ports
cdrtools NLS 2byte patch. PR: ports/58051 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
20 lines
476 B
Makefile
20 lines
476 B
Makefile
# New ports collection makefile for: zh-cdrtools
|
|
# Date created: 29 March 2003
|
|
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= chinese sysutils audio
|
|
|
|
PATCH_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/cdrtools/
|
|
PATCHFILES= cdrtools-1.11-NLS-2byte.patch.gz
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= statue@freebsd.sinica.edu.tw
|
|
|
|
MASTERDIR= ${.CURDIR}/../../sysutils/cdrtools
|
|
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|