1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/x11/xsnow/Makefile
Johan van Selst 4f0b770c37 - Fix compilation with new xorg
- Update MASTER_SITES
- Claim maintainership
2011-02-28 22:58:31 +00:00

31 lines
643 B
Makefile

# New ports collection makefile for: xsnow
# Date created: 12 November 1994
# Whom: 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
USE_IMAKE= yes
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>