mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
25 lines
496 B
Makefile
25 lines
496 B
Makefile
# New ports collection makefile for: xfishtank
|
|
# Date created: 24th April 1997
|
|
# Whom: jacs
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xfishtank
|
|
PORTVERSION= 2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/
|
|
|
|
MAINTAINER= jacs@gnome.co.uk
|
|
COMMENT= Make fish swim in the background of your screen
|
|
|
|
PLIST_FILES= bin/xfishtank
|
|
USE_IMAKE= yes
|
|
WRKSRC= ${WRKDIR}/xfishtank2.0
|
|
|
|
post-patch:
|
|
cd ${WRKDIR}/xfishtank2.0; make clean
|
|
|
|
.include <bsd.port.mk>
|