1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/x11-wm/amiwm/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
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.
2019-11-07 18:36:55 +00:00

31 lines
785 B
Makefile

# Created by: Douglas Carmichael <dcarmich@mcs.com>
# $FreeBSD$
PORTNAME= amiwm
PORTVERSION= 0.21.pl2
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/
DISTNAME= ${PORTNAME}0.21pl2
MAINTAINER= dcarmich@dcarmichael.net
COMMENT= Window manager that makes your desktop look like an Amiga(TM)
USES= shebangfix xorg
SHEBANG_FILES= Xinitrc.in \
Xsession.in \
Xsession2.in
MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
USE_XORG= ice sm x11 xext xmu
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${ECHO_MSG} "===> Copying documents to ${DOCSDIR}"
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README
${INSTALL_DATA} ${WRKSRC}/README.modules ${STAGEDIR}${DOCSDIR}/README.modules
.include <bsd.port.mk>