23 lines
493 B
Makefile
23 lines
493 B
Makefile
# OpenBSD makefile for: xfishtank
|
|
# Version required: 2.2
|
|
# Date created: May 19 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.2 1998/06/24 20:17:07 niklas Exp $
|
|
#
|
|
|
|
DISTNAME= xfishtank-2.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
USE_IMAKE= yes
|
|
WRKSRC= ${WRKDIR}/xfishtank2.0
|
|
NO_INSTALL_MANPAGES=yes
|
|
|
|
post-patch:
|
|
cd ${WRKSRC}; make clean
|
|
|
|
.include <bsd.port.mk>
|