2013-03-25 05:30:31 +01:00
|
|
|
# Created by: ijliao
|
2001-05-16 15:01:17 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= salias
|
2004-01-06 10:28:15 +01:00
|
|
|
PORTVERSION= 0.3.1
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 5
|
2004-01-06 10:28:15 +01:00
|
|
|
CATEGORIES= misc
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/C%20${PORTNAME}/${PORTVERSION}
|
2001-05-16 15:01:17 +02:00
|
|
|
|
2002-02-03 08:16:12 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-03-25 05:30:31 +01:00
|
|
|
COMMENT= CLI tool to alias arguments of other programs
|
2001-05-16 15:01:17 +02:00
|
|
|
|
2013-04-23 16:20:25 +02:00
|
|
|
USES= pkgconfig
|
2004-01-06 10:28:15 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GNOME= glib20
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= salias.1
|
|
|
|
DOCS= NEWS README
|
|
|
|
|
2013-09-20 22:50:57 +02:00
|
|
|
NO_STAGE= yes
|
2013-03-25 05:30:31 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2004-01-06 10:28:15 +01:00
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
|
|
|
.endif
|
2001-05-16 15:01:17 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|