4c46ca73d8
Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
33 lines
660 B
Makefile
33 lines
660 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
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= xorg
|
|
USE_XORG= xpm
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS=--with-xpm=${LOCALBASE}
|
|
|
|
PORTDOCS= AUTHORS ChangeLog TODO
|
|
|
|
OPTIONS_DEFINE= DOCS UTMP WTMP
|
|
|
|
UTMP_CONFIGURE_ON= --enable-utmp
|
|
WTMP_CONFIGURE_ON= --enable-wtmp
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|