freebsd-ports/devel/libafterbase/Makefile
Pete Fritchman 5bdf6db7ef Update to 0.92.
PR:		35410
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-02-28 21:24:42 +00:00

29 lines
609 B
Makefile

# ex:ts=8
# New ports collection makefile for: libAfterBase
# Date created: Oct 7, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libafterbase
PORTVERSION= 0.92
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= afterstep
DISTNAME= libAfterBase-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-sharedlibs --with-x
INSTALLS_SHLIB= yes
post-patch:
@find ${WRKSRC} -name '*.[ch]' | xargs ${PERL} -pi -e \
's|<malloc.h>|<stdlib.h>|g'
.include <bsd.port.mk>