diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:48:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:48:59 +0000 |
commit | 60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff (patch) | |
tree | 8d6ee945d0d1a6cf84e020a9a9014b8680d367eb /games/xpat2 | |
parent | 61f946e7e275076aae4e3ca1b700a5224bea3754 (diff) | |
download | ports-60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff.tar.gz ports-60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff.zip |
Notes
Diffstat (limited to 'games/xpat2')
-rw-r--r-- | games/xpat2/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile index a0fd765ab6fa..af33669f5ad3 100644 --- a/games/xpat2/Makefile +++ b/games/xpat2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpat2 -# Date created: 5 March 1997 -# Whom: Matthew Hunt <mph@pobox.com> -# +# Created by: Matthew Hunt <mph@pobox.com> # $FreeBSD$ -# PORTNAME= xpat2 PORTVERSION= 1.07 @@ -15,9 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src MAINTAINER= ports@FreeBSD.org -COMMENT= An X11 solitaire game with 14 variations +COMMENT= X11 solitaire game with 14 variations -USE_IMAKE= yes +USES= imake USE_XORG= xaw MAN6= xpat2.6 MANCOMPRESSED= no |