18 lines
476 B
Makefile
18 lines
476 B
Makefile
# $NetBSD: Makefile,v 1.5 1997/12/09 04:50:16 agc Exp $
|
|
# New ports collection makefile for: xosview
|
|
# Version required: 1.5.1
|
|
# Date created: Fri Oct 24 10:03:55 BST 1997
|
|
# Whom: Alistair Crooks (agc@netbsd.org)
|
|
#
|
|
|
|
DISTNAME= xosview-1.5.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.ece.utexas.edu/~bgrayson/xosview/
|
|
|
|
MAINTAINER= bgrayson@ece.utexas.edu
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_X11= yes
|
|
MAN1= xosview.1
|
|
|
|
.include <bsd.port.mk>
|