1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/misc/salias/Makefile
2013-04-23 14:20:25 +00:00

30 lines
533 B
Makefile

# 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
USES= pkgconfig
USE_BZIP2= yes
USE_GNOME= glib20
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>