1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/x11/multi-aterm/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

46 lines
977 B
Makefile

# New ports collection makefile for: multi-aterm
# Date created: 2003-07-11
# Whom: Sebastian Yepes <esn@x123.info>
#
# $FreeBSD$
#
PORTNAME= multi-aterm
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.nongnu.org/materm/
MAINTAINER= ports@FreeBSD.org
COMMENT= A multi terminal based on aterm
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
--with-xpm=${X11BASE}
DOCS= AUTHORS ChangeLog INSTALL TODO
MAN1= multi-aterm.1
.if defined(WITH_UTMP)
CONFIGURE_ARGS+= --enable-utmp
.endif
.if defined(WITH_WTMP)
CONFIGURE_ARGS+= --enable-wtmp
.endif
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "You can specify the following options:"
@${ECHO_MSG} "WITH_UTMP=yes - enable utmp support"
@${ECHO_MSG} "WITH_WTMP=yes - enable wtmp support"
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>