2002-10-08 09:24:51 +02:00
|
|
|
# New ports collection makefile for: gmrun
|
|
|
|
# Date created: 26 September 2002
|
|
|
|
# Whom: Adam Weinberger <adam@vectors.cx>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gmrun
|
2004-05-23 21:10:10 +02:00
|
|
|
PORTVERSION= 0.9.2
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 3
|
2002-10-08 09:24:51 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-05-17 01:45:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:36:20 +01:00
|
|
|
COMMENT= A customizable program to run programs, with tab-completion
|
2002-10-08 09:24:51 +02:00
|
|
|
|
2004-05-23 21:10:10 +02:00
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
|
|
|
|
2004-09-30 07:32:00 +02:00
|
|
|
USE_GCC= 3.4
|
2003-06-05 00:43:38 +02:00
|
|
|
USE_X_PREFIX= yes
|
2004-05-23 21:10:10 +02:00
|
|
|
USE_GNOME= gtk20
|
2003-06-05 00:43:38 +02:00
|
|
|
USE_GMAKE= yes
|
2004-05-23 21:10:10 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS= --disable-stlport
|
2003-05-18 11:55:25 +02:00
|
|
|
|
2004-05-23 21:10:10 +02:00
|
|
|
PORTDOCS= README
|
|
|
|
PLIST_FILES= bin/gmrun %%DATADIR%%/gmrunrc
|
|
|
|
PLIST_DIRS= %%DATADIR%%
|
2003-05-18 11:55:25 +02:00
|
|
|
|
2003-07-09 06:48:05 +02:00
|
|
|
post-install:
|
2002-10-08 09:24:51 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-05-23 21:10:10 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
2002-10-08 09:24:51 +02:00
|
|
|
.endif
|
|
|
|
|
2004-05-23 21:10:10 +02:00
|
|
|
.include <bsd.port.mk>
|