1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/misc/gwhich/Makefile
Koop Mast 0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00

33 lines
667 B
Makefile

# New ports collection makefile for: gwhich
# Date created: 20 September 2000
# Whom: Jeremy Shaffner <jeremy@external.org>
#
# $FreeBSD$
#
PORTNAME= gwhich
PORTVERSION= 2.20
CATEGORIES= misc
MASTER_SITES= GNU/which \
http://www.xs4all.nl/~carlo17/which/
DISTNAME= which-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU Which - Everything you never wanted in a which
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
MAN1= gwhich.1
INFO= which
PORTEXAMPLES= EXAMPLES
PLIST_FILES= bin/gwhich
post-install:
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/EXAMPLES ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>