mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +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)
24 lines
475 B
Makefile
24 lines
475 B
Makefile
# New ports collection makefile for: xmail
|
|
# Date created: 15 July 1997
|
|
# Whom: Stephen Roznowski <sjr1@flash.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmail
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= sjr@comcast.net
|
|
COMMENT= An X-based interface to the Berkeley mail program
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= xbitmaps xpm
|
|
MAN1= xmail.1
|
|
|
|
.include <bsd.port.mk>
|