1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/misc/menushki/Makefile
Pete Fritchman 3de5627647 - update to 0.7
- remove a geocities.com mirror

PR:		30434
Submitted by:	maintainer
2001-09-08 18:35:09 +00:00

31 lines
569 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= 0.7
CATEGORIES= misc x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pat@databits.net
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
DOCS= AUTHORS ChangeLog README TODO
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for files in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${files} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>