23 lines
379 B
Makefile
23 lines
379 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: libFormat
|
|
# Date created: Jun 19, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libformat
|
|
PORTVERSION= 0.1.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://home.pages.at/kingleo/development/
|
|
DISTNAME= Format-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN3= Format.3
|
|
|
|
.include <bsd.port.mk>
|