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
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 2
|
2001-10-08 18:25:53 +02:00
|
|
|
CATEGORIES= devel
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/afterstep/libAfterBase/${PORTVERSION}
|
2001-10-08 18:25:53 +02:00
|
|
|
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
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
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>
|