mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
437 B
Makefile
21 lines
437 B
Makefile
# New ports collection makefile for: isic
|
|
# Date created: 25 February 2000
|
|
# Whom: Brad Hendrickse <bradh@uunet.co.za>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= isic
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://expert.cc.purdue.edu/~frantzen/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= bradh@uunet.co.za
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|