summaryrefslogtreecommitdiffstats
path: root/misc/salias/Makefile
blob: f3abbafad47378297d9ae5b575815098505e9073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: ijliao
# $FreeBSD$

PORTNAME=	salias
PORTVERSION=	0.3.1
PORTREVISION=	5
CATEGORIES=	misc
MASTER_SITES=	SF/${PORTNAME}/C%20${PORTNAME}/${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	CLI tool to alias arguments of other programs

USE_BZIP2=	yes
USE_GNOME=	glib20
USE_PKGCONFIG=	build
GNU_CONFIGURE=	yes

MAN1=		salias.1
DOCS=		NEWS README

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MDOCS}
post-install:
	@${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud