aboutsummaryrefslogtreecommitdiffstats
path: root/lang/libobjects/Makefile
blob: f9e6fd711e9c861054b05182b1f7d87dddb44574 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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.1.1.1 1998/07/13 02:02:31 steve Exp $
#

DISTNAME=   libobjects-0.1.19
CATEGORIES= lang
MASTER_SITES=   ${MASTER_SITE_GNU}

MAINTAINER= Nakai@technologist.com

GNU_CONFIGURE=  yes

post-install:
    ${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>