1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11/9menu/Makefile

33 lines
644 B
Makefile
Raw Normal View History

# New ports collection makefile for: 9menu
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
1999-08-31 03:04:38 +00:00
# $FreeBSD$
#
PORTNAME= 9menu
PORTVERSION= 1.8
CATEGORIES= x11 plan9
MASTER_SITES= ftp://freefriends.org/arnold/Source/ \
${MASTER_SITE_NETBSD}
EXTRACT_SUFX= .shar.gz
MAINTAINER= serge.gagnon@b2b2c.ca
2003-02-20 19:21:36 +00:00
COMMENT= A simple menu patterened after plan9
1995-10-28 20:23:18 +00:00
2004-02-05 20:38:07 +00:00
PLIST_FILES= bin/9menu
USE_XLIB= yes
EXTRACT_CMD= zcat
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
MAKEFILE= Makefile.noimake
ALL_TARGET= 9menu
MAKE_ARGS= CC="${CC}"
NO_WRKSUBDIR= yes
MAN1= 9menu.1
MANCOMPRESSED= yes
.include <bsd.port.mk>