freebsd-ports/x11/yalias/Makefile
Kirill Ponomarev 16728f6f14 - Update to version 0.7
PR:		ports/65247
Submitted by:	maintainer
2004-04-06 12:58:09 +00:00

31 lines
592 B
Makefile

# New ports collection makefile for: yalias
# Date created: 8 September 2003
# Whom: Tim Bishop <tim@bishnet.net>
#
# $FreeBSD$
#
PORTNAME= yalias
PORTVERSION= 0.7
CATEGORIES= x11
MASTER_SITES= http://offog.org/files/
MAINTAINER= tim@bishnet.net
COMMENT= An enhanced execution box with regex pattern matching
USE_GNOME= gtk20
USE_XLIB= yes
USE_X_PREFIX= yes
ALL_TARGET= yalias
MAKE_ARGS= prefix=${PREFIX} YALIASDIR=${DATADIR}
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>