blob: f025b3d90f24bcd29b6cfff038a17ffe701da672 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
|