2003-10-08 01:19:11 +02:00
|
|
|
# New ports collection makefile for: yalias
|
|
|
|
# Date created: 8 September 2003
|
|
|
|
# Whom: Tim Bishop <tim@bishnet.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= yalias
|
2004-04-06 14:58:09 +02:00
|
|
|
PORTVERSION= 0.7
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 5
|
2003-10-08 01:19:11 +02:00
|
|
|
CATEGORIES= x11
|
2004-11-14 21:42:45 +01:00
|
|
|
MASTER_SITES= http://offog.org/files/ \
|
|
|
|
ftp://ftp.i-scream.org/pub/offog.org/files/ \
|
|
|
|
http://ftp.i-scream.org/pub/offog.org/files/
|
2003-10-08 01:19:11 +02:00
|
|
|
|
2005-12-01 17:50:07 +01:00
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
2003-10-08 01:19:11 +02:00
|
|
|
COMMENT= An enhanced execution box with regex pattern matching
|
|
|
|
|
|
|
|
USE_GNOME= gtk20
|
|
|
|
|
|
|
|
ALL_TARGET= yalias
|
|
|
|
MAKE_ARGS= prefix=${PREFIX} YALIASDIR=${DATADIR}
|
|
|
|
|
2006-12-15 14:18:43 +01:00
|
|
|
.ifndef(NOPORTDOCS)
|
2003-10-12 16:26:13 +02:00
|
|
|
post-install:
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
2003-10-08 01:19:11 +02:00
|
|
|
.include <bsd.port.mk>
|