1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/x11/bbuname/Makefile
Martin Wilke cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00

29 lines
646 B
Makefile

# New ports collection makefile for: bbuname
# Date created: 11 February 2004
# Whom: Nikos "Noth" Ntarmos <ntarmos@ceid.upatras.gr>
#
# $FreeBSD$
#
PORTNAME= bbuname
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://spiritisdigital.com/download/linux/bbuname/
PATCH_SITES= ftp://noth.ceid.upatras.gr/pub/FreeBSD/patches/
PATCHFILES= ${PORTNAME}-${PORTVERSION}.patch1.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
COMMENT= A Flux/Black-box applet displaying system information a la GNU uname
BROKEN= Checksum mismatch
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_XORG= x11
.include <bsd.port.mk>