diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 06:51:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 06:51:40 +0800 |
commit | 299181a11be72811f3d65e0286a5396975745401 (patch) | |
tree | 828f700090183daa6acd6192596612929c0b40c3 /x11/xsnow/Makefile | |
parent | 47b0b4877faf47a435ab7ce4d483d44aad26668f (diff) | |
download | freebsd-ports-gnome-299181a11be72811f3d65e0286a5396975745401.tar.gz freebsd-ports-gnome-299181a11be72811f3d65e0286a5396975745401.tar.zst freebsd-ports-gnome-299181a11be72811f3d65e0286a5396975745401.zip |
Convert to USES=imake
Trim headers
Convert emu to USES=display
Remove indefinite article
Diffstat (limited to 'x11/xsnow/Makefile')
-rw-r--r-- | x11/xsnow/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile index 0d16741506d5..554961623ad1 100644 --- a/x11/xsnow/Makefile +++ b/x11/xsnow/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xsnow -# Date created: 12 November 1994 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= xsnow PORTVERSION= 1.42 @@ -14,7 +10,7 @@ MASTER_SITES= http://dropmix.xs4all.nl/rick/Xsnow/ MAINTAINER= johans@FreeBSD.org COMMENT= Create a snowy and Santa-y desktop -USE_IMAKE= yes +USES= imake USE_XORG= xpm MAN6= xsnow.6 PLIST_FILES= bin/xsnow |