1999-02-02 15:30:27 +01:00
|
|
|
# New ports collection makefile for: libPropList
|
|
|
|
# Date Created: 6 December 1998
|
|
|
|
# Whom: Glenn Johnson
|
1998-12-09 06:11:56 +01:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1998-12-09 06:11:56 +01:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= libproplist
|
|
|
|
PORTVERSION= 0.10.1
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2000-06-01 18:25:45 +02:00
|
|
|
CATEGORIES= devel
|
1999-10-06 09:05:26 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER}
|
|
|
|
MASTER_SITE_SUBDIR= libs
|
2000-04-11 23:30:15 +02:00
|
|
|
DISTNAME= libPropList-${PORTVERSION}
|
1998-12-09 06:11:56 +01:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Property library for gnome and Window Maker
|
1998-12-09 06:11:56 +01:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-04-24 17:47:37 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s,mkdir rmdir,mkdir mkstemp rmdir," \
|
|
|
|
${WRKSRC}/configure
|
1998-12-09 06:11:56 +01:00
|
|
|
|
1999-02-02 15:30:27 +01:00
|
|
|
.include <bsd.port.mk>
|