freebsd-ports/devel/adime/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

32 lines
665 B
Makefile

# Created by: Alejandro Pulver <alejandro@varnet.biz>
# $FreeBSD$
PORTNAME= adime
PORTVERSION= 2.2.1
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Generate Allegro dialogs in a simple way
LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro
USES= gmake
MAKEFILE= makefile
INSTALL_TARGET= install install-man
MAKE_ARGS= SYSTEM_DIR=${STAGEDIR}${PREFIX}
USE_LDCONFIG= yes
pre-build:
@(cd ${WRKSRC} && ${SH} fix.sh unix)
post-patch:
# Fix Makefile
@${REINPLACE_CMD} -e 's|gcc|${CC}| ; \
s|%%CFLAGS%%|${CFLAGS}| ; \
s|/usr/local|${PREFIX}| ; s|$$(OPT)||' \
${WRKSRC}/misc/makefile.uni
.include <bsd.port.mk>