freebsd-ports/misc/menushki/Makefile
Yen-Ming Lee 98acd5f8a8 - add USE_GCC=2.95 and unbreak this port
- use USE_XLIB=yes instead of CATEGORIES=x11, which is suggested by portlint
- replace pkg-plist with PLIST_FILES and PORTDOCS

PR:		71837
Submitted by:	leeym
Approved by:	maintainer timeout
2004-10-13 00:46:37 +00:00

33 lines
678 B
Makefile

# 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= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pat@FreeBSD.org
COMMENT= Menu converter between varieties of Window Managers
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_XLIB= 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>