1998-07-13 02:02:32 +00:00
|
|
|
# New ports collection makefile for: libobjects
|
|
|
|
# Date created: 21 April 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
|
|
|
#
|
1999-08-25 06:35:40 +00:00
|
|
|
# $FreeBSD$
|
1998-07-13 02:02:32 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:21:15 +00:00
|
|
|
PORTNAME= libobjects
|
|
|
|
PORTVERSION= 0.1.19
|
1998-09-24 05:05:43 +00:00
|
|
|
CATEGORIES= lang
|
1998-07-13 02:02:32 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 07:41:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= libobjects
|
1998-07-13 02:02:32 +00:00
|
|
|
|
2000-01-07 02:27:48 +00:00
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
1998-07-13 02:02:32 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
1999-05-31 04:56:23 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} > 400002
|
|
|
|
BROKEN= no objc header files
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|