2005-09-16 22:41:59 +02:00
|
|
|
# New ports collection makefile for: adime
|
|
|
|
# Date Created: 20 Aug 2005
|
|
|
|
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= adime
|
|
|
|
PORTVERSION= 2.2.1
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2005-09-16 22:41:59 +02:00
|
|
|
CATEGORIES= devel
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF
|
2005-09-16 22:41:59 +02:00
|
|
|
|
2010-07-11 20:41:15 +02:00
|
|
|
MAINTAINER= ports@eitanadler.com
|
2005-09-16 22:41:59 +02:00
|
|
|
COMMENT= Generate Allegro dialogs in a very simple way
|
|
|
|
|
2005-11-13 16:17:00 +01:00
|
|
|
LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro
|
2005-09-16 22:41:59 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.include "Makefile.man"
|
|
|
|
|
|
|
|
INFO= adime
|
|
|
|
|
|
|
|
MAKEFILE= makefile
|
|
|
|
INSTALL_TARGET= install install-info install-man
|
- 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
|
|
|
USE_LDCONFIG= yes
|
2005-09-16 22:41:59 +02:00
|
|
|
|
|
|
|
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>
|