aboutsummaryrefslogtreecommitdiffstats
path: root/misc/salias/Makefile
blob: ee5bcc5d346726142be016263d7cf339a5e2fe5a (plain) (blame)
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
30
31
32
33
34
35
# 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

DEPRECATED= Unmaintained since 2002
EXPIRATION_DATE=    2014-04-17
USES=       pkgconfig
USE_BZIP2=  yes
USE_GNOME=  glib20
GNU_CONFIGURE=  yes

MAN1=       salias.1
DOCS=       NEWS README

NO_STAGE=   yes

OPTIONS_DEFINE= DOCS

.include <bsd.port.options.mk>

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

.include <bsd.port.mk>