2001-05-16 15:01:17 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: salias
|
|
|
|
# Date created: May 16, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= salias
|
2004-01-06 10:28:15 +01:00
|
|
|
PORTVERSION= 0.3.1
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 4
|
2004-01-06 10:28:15 +01:00
|
|
|
CATEGORIES= misc
|
2001-05-16 15:01:17 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2002-02-03 08:16:12 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A command-line tool to alias arguments of other programs
|
2001-05-16 15:01:17 +02:00
|
|
|
|
2004-01-06 10:28:15 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GNOME= glib20
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= salias.1
|
|
|
|
DOCS= NEWS README
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
|
|
|
.endif
|
2001-05-16 15:01:17 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|