blob: 6730d5a1302e70cdc04eebc2fdb561c1b15184e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: mlterm
# Date created: 9 December 2001
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
#
# $FreeBSD$
#
PORTNAME= mlterm
PORTVERSION= 2.0.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= nobutaka@FreeBSD.org
USE_X_PREFIX= yes
USE_IMLIB= yes
USE_GTK= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --enable-imlib
INSTALLS_SHLIB= yes
MAN1= mlterm.1
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 3
PKGNAMESUFFIX= -noaa
.else
CONFIGURE_ARGS+= --enable-anti-alias
.endif
.include <bsd.port.post.mk>
|