freebsd-ports/devel/libformat/Makefile

23 lines
379 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: libFormat
# Date created: Jun 19, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libformat
2001-12-16 13:26:37 +01:00
PORTVERSION= 0.1.6
CATEGORIES= devel
2001-12-06 04:12:43 +01:00
MASTER_SITES= http://home.pages.at/kingleo/development/
DISTNAME= Format-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
2001-06-19 07:25:57 +02:00
MAN3= Format.3
.include <bsd.port.mk>