mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
34 lines
592 B
Makefile
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.1.2
|
|
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>
|