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