freebsd-ports/x11/mlterm/Makefile
2001-12-12 09:04:14 +00:00

34 lines
592 B
Makefile

# 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>