2005-05-25 12:57:36 +02:00
|
|
|
# New ports collection makefile for: adesklets
|
|
|
|
# Date created: 2005-05-25
|
|
|
|
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= adesklets
|
2006-04-03 18:17:49 +02:00
|
|
|
PORTVERSION= 0.6.1
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 8
|
2005-05-25 12:57:36 +02:00
|
|
|
CATEGORIES= deskutils
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28core%29/${PORTVERSION}
|
2005-05-25 12:57:36 +02:00
|
|
|
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
2006-04-03 18:17:49 +02:00
|
|
|
COMMENT= An interactive Imlib2 console for the X Window system
|
2005-05-25 12:57:36 +02:00
|
|
|
|
2006-06-25 12:10:47 +02:00
|
|
|
RUN_DEPENDS= gsed:${PORTSDIR}/textproc/gsed
|
2005-05-25 12:57:36 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_PYTHON= yes
|
2006-04-03 18:17:49 +02:00
|
|
|
USE_GMAKE= yes
|
2005-05-25 12:57:36 +02:00
|
|
|
USE_BZIP2= yes
|
2008-03-11 22:13:53 +01:00
|
|
|
USE_EFL= imlib2
|
2008-03-14 23:46:22 +01:00
|
|
|
USE_ICONV= yes
|
2007-10-07 07:45:04 +02:00
|
|
|
WANT_PERL= yes
|
2005-05-25 12:57:36 +02:00
|
|
|
|
2005-09-08 16:21:10 +02:00
|
|
|
MAN1= adesklets.1 \
|
|
|
|
adesklets_checkin.1 \
|
2006-02-02 14:22:12 +01:00
|
|
|
adesklets_installer.1 \
|
2005-09-08 16:21:10 +02:00
|
|
|
adesklets_submit.1
|
2005-05-25 12:57:36 +02:00
|
|
|
INFO= adesklets \
|
|
|
|
adesklets_fr
|
|
|
|
|
2005-05-26 05:28:16 +02:00
|
|
|
SUB_FILES= pkg-message
|
2007-07-30 11:42:28 +02:00
|
|
|
INSTALLS_EGGINFO= yes
|
2008-03-14 23:46:22 +01:00
|
|
|
LDFLAGS+= -liconv
|
2005-05-26 05:28:16 +02:00
|
|
|
|
2006-04-03 18:17:49 +02:00
|
|
|
.if !defined(WITHOUT_PERL)
|
|
|
|
USE_PERL5= yes
|
|
|
|
PLIST_SUB+= PERL=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-perl-support
|
|
|
|
PLIST_SUB+= PERL="@comment "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITHOUT_HISTORY)
|
|
|
|
CONFIGURE_ARGS+= --without-history
|
|
|
|
.endif
|
|
|
|
|
|
|
|
pre-everything::
|
|
|
|
@${ECHO_MSG} "You may specify the following on the command line:"
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
@${ECHO_MSG} "WITHOUT_PERL=yes to disable perl support"
|
|
|
|
@${ECHO_MSG} "WITHOUT_HISTORY=yes to disable history support in interactive mode"
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
|
2006-06-25 12:10:47 +02:00
|
|
|
post-extract:
|
|
|
|
@${REINPLACE_CMD} -e 's| sed | gsed |g' ${WRKSRC}/utils/adesklets_frontend.sh.in
|
|
|
|
|
2005-05-26 05:28:16 +02:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2007-10-04 02:24:54 +02:00
|
|
|
.include <bsd.port.mk>
|