1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/lang/libobjects/Makefile

24 lines
477 B
Makefile
Raw Normal View History

# New ports collection makefile for: libobjects
# Version required: 0.1.19
# Date created: 21 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
1999-08-25 06:35:40 +00:00
# $FreeBSD$
#
DISTNAME= libobjects-0.1.19
1998-09-24 05:05:43 +00:00
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libobjects
MAINTAINER= nakai@FreeBSD.org
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 400002
BROKEN= no objc header files
.endif
.include <bsd.port.post.mk>