2001-10-08 18:25:53 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: libAfterBase
|
|
|
|
# Date created: Oct 7, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libafterbase
|
2002-02-28 22:24:42 +01:00
|
|
|
PORTVERSION= 0.92
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2001-10-08 18:25:53 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= afterstep
|
|
|
|
DISTNAME= libAfterBase-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= AfterStep basic functionality library
|
2001-10-08 18:25:53 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2002-01-17 15:29:30 +01:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2005-05-19 19:58:51 +02:00
|
|
|
CONFIGURE_ARGS= --disable-staticlibs --enable-sharedlibs --with-x
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-05-19 19:58:51 +02:00
|
|
|
PLIST_SUB= STATIC="@comment "
|
2001-10-08 18:25:53 +02:00
|
|
|
|
2002-01-17 15:29:30 +01:00
|
|
|
post-patch:
|
2002-06-25 20:36:39 +02:00
|
|
|
@${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \
|
2002-01-17 15:29:30 +01:00
|
|
|
's|<malloc.h>|<stdlib.h>|g'
|
2001-10-08 18:25:53 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|