blob: c0022f322e9a4f4b7b376e18e2e76153747ea28d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: wmeyes
# Version required: 1.0
# Date created: 18 March 1999
# Whom: Zenin <zenin@archive.rhps.org>
#
# $Id: Makefile,v 1.1.1.1 1999/03/31 06:33:48 taoka Exp $
#
DISTNAME= wmeyes-1.0
CATEGORIES= games
MASTER_SITES= ftp://thrush.omix.com/pub/misc/
MAINTAINER= zenin@archive.rhps.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
.include <bsd.port.mk>
|