diff options
author | asami <asami@FreeBSD.org> | 1995-07-04 18:25:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-04 18:25:20 +0800 |
commit | 4aa19b2c69fc4f893421216bf2c23dccaf3ef27e (patch) | |
tree | 84b7d75f14e0e292f03208435f578ea581324984 /games/tksol/Makefile | |
parent | 752ee554e230e91b53fcf4ad6541d54a1c45d93b (diff) | |
download | freebsd-ports-gnome-4aa19b2c69fc4f893421216bf2c23dccaf3ef27e.tar.gz freebsd-ports-gnome-4aa19b2c69fc4f893421216bf2c23dccaf3ef27e.tar.zst freebsd-ports-gnome-4aa19b2c69fc4f893421216bf2c23dccaf3ef27e.zip |
A Tk version of xsol.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Diffstat (limited to 'games/tksol/Makefile')
-rw-r--r-- | games/tksol/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games/tksol/Makefile b/games/tksol/Makefile new file mode 100644 index 000000000000..929fbd32c00d --- /dev/null +++ b/games/tksol/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: tksol +# Version required: 1.0 +# Date created: 26 June 1995 +# Whom: thomas@ghpc8.ihf.rwth-aachen.de +# +# $Id$ +# + +DISTNAME= tksol-1.0 +CATEGORIES+= games +KEYWORDS+= games x11 tk solitaire +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/misc_software/tksol/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de + +LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk + +PATCH_STRIP= -p1 +WRKSRC= ${WRKDIR}/release + +post-install: + gzip -9nf ${PREFIX}/man/man1/tksol.1 + +.include <bsd.port.mk> |