summaryrefslogtreecommitdiff
path: root/misc/menushki/Makefile
blob: ed4369e986969457e072e7e9a6594dafda2cece9 (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
# New ports collection makefile for:	menushki
# Date created:				Fri Jul 13 22:59:59 EDT 2001
# Whom:					Patrick Li <pat@databits.net>
#
# $FreeBSD$
#

PORTNAME=	menushki
PORTVERSION=	1.0
PORTREVISION=	3
CATEGORIES=	misc
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Menu converter between varieties of Window Managers

USE_XORG=	x11
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GCC=	2.95

PLIST_FILES=	bin/menushki
PORTDOCS=	AUTHORS ChangeLog README TODO

post-install:
.ifndef(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>