1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/x11/xsnow/Makefile

26 lines
545 B
Makefile
Raw Normal View History

# Created by: jmz
1999-08-31 02:51:23 +00:00
# $FreeBSD$
2000-04-13 19:19:05 +00:00
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
PLIST_FILES= bin/xsnow man/man6/xsnow.6.gz
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>