mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
33 lines
717 B
Makefile
33 lines
717 B
Makefile
# New ports collection makefile for: xc-mail
|
|
# Date created: 2000-10-01
|
|
# Whom: Trevor Johnson <trevor@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xc-mail
|
|
PORTVERSION= 20001018
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://trilug.fh-trier.de/pub/XCmail/cvs-snapshot/
|
|
DISTNAME= ${PORTNAME}-1.3devel
|
|
|
|
MAINTAINER= trevor@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xclasses.1:${PORTSDIR}/x11-toolkits/xclasses
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
CONFIGURE_ARGS= \
|
|
--includedir=${X11BASE}/include/ \
|
|
--libdir=${X11BASE}/lib/ \
|
|
--x-includes=${X11BASE}/include/ \
|
|
--x-libraries=${X11BASE}/lib/
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
LDFLAGS="-L${X11BASE}/lib" \
|
|
LIBS="-L${X11BASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|