/portuguese/calligra-l10n-pt_BR/

bsd-ports-gnome Git repository'/>
aboutsummaryrefslogblamecommitdiffstats
path: root/x11/yalias/Makefile
blob: ca8daa5875882f2a23b26d6e6e18a2b281bf36c8 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                   
                   





                                                                     







                                                     





                                                   
                      
# 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>