mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
25 lines
472 B
Makefile
25 lines
472 B
Makefile
# New ports collection makefile for: bbrb
|
|
# Date created: 19 February 2002
|
|
# Whom: Dan Peck <peckdani@msu.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bbrb
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv \
|
|
blackbox:${PORTSDIR}/x11-wm/blackbox
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= imlib
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|