mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
3e4ed01146
- 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)
38 lines
805 B
Makefile
38 lines
805 B
Makefile
# New ports collection makefile for: 9menu
|
|
# Date created: Sun Aug 13 12:36:14 CDT 1995
|
|
# Whom: erich@rrnet.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= 9menu
|
|
PORTVERSION= 1.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11 plan9
|
|
MASTER_SITES= ftp://freefriends.org/arnold/Source/ \
|
|
ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ \
|
|
${MASTER_SITE_NETBSD}
|
|
EXTRACT_SUFX= .shar.gz
|
|
|
|
MAINTAINER= serge.gagnon.1@ulaval.ca
|
|
COMMENT= A simple menu patterened after plan9
|
|
|
|
USE_XORG= x11
|
|
PLIST_FILES= bin/9menu
|
|
EXTRACT_CMD= zcat
|
|
EXTRACT_BEFORE_ARGS=
|
|
EXTRACT_AFTER_ARGS= |sh
|
|
MAKEFILE= Makefile.noimake
|
|
ALL_TARGET= 9menu
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
MAN1= 9menu.1
|
|
MANCOMPRESSED= yes
|
|
|
|
do-build:
|
|
cd ${WRKSRC} && \
|
|
${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib -lX11 -o 9menu 9menu.c
|
|
|
|
.include <bsd.port.mk>
|