23 lines
519 B
Makefile
23 lines
519 B
Makefile
# OpenBSD makefile for: xfishtank
|
|
# Version required: 2.2
|
|
# Date created: May 19 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/19 05:35:23 angelos 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 ${WRKDIR}/xfishtank2.0; make clean
|
|
|
|
.include <bsd.port.mk>
|