1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/x11/xsnow/Makefile
Baptiste Daroussin c3b85bf3d4 Convert to USES=imake
Trim headers
Convert emu to USES=display
Remove indefinite article
2013-06-28 22:51:40 +00:00

27 lines
540 B
Makefile

# Created by: jmz
# $FreeBSD$
PORTNAME= xsnow
PORTVERSION= 1.42
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://dropmix.xs4all.nl/rick/Xsnow/
MAINTAINER= johans@FreeBSD.org
COMMENT= Create a snowy and Santa-y desktop
USES= imake
USE_XORG= xpm
MAN6= xsnow.6
PLIST_FILES= bin/xsnow
post-configure:
@${REINPLACE_CMD} \
-e 's: BINDIR .*:BINDIR=${PREFIX}/bin:' \
-e 's: MANDIR .*:MANDIR=${PREFIX}/man/man6:' \
-e 's: MANSUFFIX .*:MANSUFFIX=6:' \
-e 's/^Makefile::/^Makefile:/' \
${WRKSRC}/Makefile
.include <bsd.port.mk>