mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
37761b194b
LIB_DEPENDS->RUN_DEPENDS in the Makefile; exploding the directory contents in pkg/PLIST; new patch-b for Tk4 compatibility; patch-a now reflects tk4's directory layout.
26 lines
599 B
Makefile
26 lines
599 B
Makefile
# New ports collection makefile for: tksol
|
|
# Version required: 1.0
|
|
# Date created: 26 June 1995
|
|
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1995/07/04 10:25:20 asami Exp $
|
|
#
|
|
|
|
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
|
|
|
|
RUN_DEPENDS= wish4.0:${PORTSDIR}/x11/tk4
|
|
|
|
PATCH_STRIP= -p1
|
|
WRKSRC= ${WRKDIR}/release
|
|
|
|
post-install:
|
|
gzip -9nf ${PREFIX}/man/man1/tksol.1
|
|
|
|
.include <bsd.port.mk>
|