diff options
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/dia/Makefile | 22 | ||||
-rw-r--r-- | chinese/dia/distinfo | 2 |
3 files changed, 25 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 48927f4a540f..5937a79f9cdb 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -20,6 +20,7 @@ SUBDIR += cle_base SUBDIR += cless SUBDIR += cxterm + SUBDIR += dia SUBDIR += emacs20 SUBDIR += enscript SUBDIR += eterm diff --git a/chinese/dia/Makefile b/chinese/dia/Makefile new file mode 100644 index 000000000000..f025b3d90f24 --- /dev/null +++ b/chinese/dia/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: zh-dia +# Date created: 6 March 2001 +# Whom: Jing-Tang Keith Jang <keith@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= chinese graphics gnome + +PATCH_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/ +PATCHFILES= zh-dia-0.86.diff.gz + +MAINTAINER= keith@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../../graphics/dia + +MD5_FILE= ${.CURDIR}/distinfo + +# For png output +USE_GNOMELIBS= yes + +.include "${MASTERDIR}/Makefile" diff --git a/chinese/dia/distinfo b/chinese/dia/distinfo new file mode 100644 index 000000000000..26b9c24b3620 --- /dev/null +++ b/chinese/dia/distinfo @@ -0,0 +1,2 @@ +MD5 (dia-0.86.tar.gz) = 66c32ceb8d034137be88d4b649e405a2 +MD5 (zh-dia-0.86.diff.gz) = cae89cfb23c5784590c4c1e610205b31 |