1995-08-14 06:08:02 +02:00
|
|
|
# New ports collection makefile for: 9menu
|
|
|
|
# Date created: Sun Aug 13 12:36:14 CDT 1995
|
|
|
|
# Whom: erich@rrnet.com
|
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1995-08-14 06:08:02 +02:00
|
|
|
#
|
|
|
|
|
2000-04-10 21:50:46 +02:00
|
|
|
PORTNAME= 9menu
|
2005-12-14 09:57:17 +01:00
|
|
|
PORTVERSION= 1.8
|
2008-03-25 23:44:48 +01:00
|
|
|
PORTREVISION= 2
|
2004-03-29 20:23:51 +02:00
|
|
|
CATEGORIES= x11 plan9
|
2003-10-28 08:45:22 +01:00
|
|
|
MASTER_SITES= ftp://freefriends.org/arnold/Source/ \
|
2007-12-26 14:05:54 +01:00
|
|
|
ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ \
|
2003-10-28 08:45:22 +01:00
|
|
|
${MASTER_SITE_NETBSD}
|
1995-08-14 06:08:02 +02:00
|
|
|
EXTRACT_SUFX= .shar.gz
|
|
|
|
|
2007-12-26 14:05:54 +01:00
|
|
|
MAINTAINER= serge.gagnon.1@ulaval.ca
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A simple menu patterened after plan9
|
1995-10-28 21:23:18 +01:00
|
|
|
|
2008-03-25 23:44:48 +01:00
|
|
|
USE_XORG= x11
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/9menu
|
1995-08-14 06:08:02 +02:00
|
|
|
EXTRACT_CMD= zcat
|
|
|
|
EXTRACT_BEFORE_ARGS=
|
|
|
|
EXTRACT_AFTER_ARGS= |sh
|
2003-04-02 10:56:53 +02:00
|
|
|
MAKEFILE= Makefile.noimake
|
|
|
|
ALL_TARGET= 9menu
|
1995-08-14 06:08:02 +02:00
|
|
|
|
2004-02-28 20:48:34 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
1998-10-04 02:56:49 +02:00
|
|
|
MAN1= 9menu.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
2006-11-26 12:39:31 +01:00
|
|
|
do-build:
|
|
|
|
cd ${WRKSRC} && \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib -lX11 -o 9menu 9menu.c
|
2006-11-26 12:39:31 +01:00
|
|
|
|
1995-08-14 06:08:02 +02:00
|
|
|
.include <bsd.port.mk>
|