freebsd-ports/misc/gwhich/Makefile

34 lines
752 B
Makefile
Raw Normal View History

# New ports collection makefile for: gwhich
# Date created: 20 September 2000
# Whom: Jeremy Shaffner <jeremy@external.org>
#
# $FreeBSD$
#
PORTNAME= gwhich
PORTVERSION= 2.16
CATEGORIES= misc
2005-10-11 20:13:19 +02:00
MASTER_SITES= ftp://ftp.cse.cuhk.edu.hk/pub/gnu/gnu/which/ \
http://voodoo.bawue.com/download/
DISTNAME= which-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:51:06 +01:00
COMMENT= GNU Which - Everything you never wanted in a which
GNU_CONFIGURE= yes
2005-10-11 20:13:19 +02:00
CONFIGURE_ARGS= --program-prefix=g
MAN1= gwhich.1
2005-12-04 11:40:32 +01:00
INFO= which
EXAMPLESDIR_REL= ${EXAMPLESDIR:S,^${PREFIX}/,,}
PLIST_FILES= bin/gwhich \
${EXAMPLESDIR_REL}/EXAMPLES
PLIST_DIRS= ${EXAMPLESDIR_REL}
post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/EXAMPLES ${EXAMPLESDIR}
.include <bsd.port.mk>