blob: 335e92f8db0a766e6f6bb5b3cca8ef4eda33309a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: libobjects
# Version required: 0.1.19
# Date created: 21 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.2 1998/09/24 05:05:43 vanilla Exp $
#
DISTNAME= libobjects-0.1.19
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= Nakai@technologist.com
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|