1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/x11/multi-aterm/Makefile
Vanilla I. Shu 82b3ec3f0d Support stagedir.
Approved by:	portmgr (blanket infrastructure)
2014-01-10 09:32:14 +00:00

40 lines
843 B
Makefile

# Created by: Sebastian Yepes <esn@x123.info>
# $FreeBSD$
PORTNAME= multi-aterm
PORTVERSION= 0.2.1
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://www.nongnu.org/materm/
MAINTAINER= ports@FreeBSD.org
COMMENT= Multi terminal based on aterm
USE_XORG= xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS=--with-xpm=${LOCALBASE}
DOCS= AUTHORS ChangeLog INSTALL TODO
.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} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>