mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
22 lines
460 B
Makefile
22 lines
460 B
Makefile
|
# New ports collection makefile for: iselect
|
||
|
# Version required: 1.0.4
|
||
|
# Date created: 03-Jan-1998
|
||
|
# Whom: Ralf S. Engelschall <rse@engelschall.com>
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= iselect-1.0.4
|
||
|
CATEGORIES= misc
|
||
|
MASTER_SITES= http://www.engelschall.com/sw/iselect/distrib/ \
|
||
|
ftp://ftp.engelschall.com/sw/iselect/ \
|
||
|
ftp://ftp.hyperreal.org/software/engelschall/iselect/
|
||
|
|
||
|
MAINTAINER= rse@engelschall.com
|
||
|
|
||
|
HAS_CONFIGURE= yes
|
||
|
|
||
|
MAN1= iselect.1
|
||
|
|
||
|
.include <bsd.port.mk>
|