blob: eca0e243486bbafaec6d7ca8098ceb053212a00b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: local/mlterm
# Date created: Apr 20 2006
# Whom: Rong-En Fan <rafan@csie.ntu.edu.tw>
#
# $FreeBSD$
#
CATEGORIES= local
MAINTAINER= ta@csie.ntu.edu.tw
COMMENT= x11/mlterm with 217 patches
CONFLICTS= mlterm-[0-9]*
MASTERDIR= ${.CURDIR}/../../x11/mlterm
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
.include "${MASTERDIR}/Makefile"
|