Add USES=xorg and USES=gl to ports in categories starting with 'm' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
17 lines
354 B
Makefile
17 lines
354 B
Makefile
# Created by: Stephen Roznowski <sjr1@flash.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmail
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= XCONTRIB/applications
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= sjroz@verizon.net
|
|
COMMENT= X-based interface to the Berkeley mail program
|
|
|
|
USES= imake xorg
|
|
USE_XORG= xbitmaps xaw
|
|
|
|
.include <bsd.port.mk>
|