1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/mail/stuphead/Makefile
Dmitry Sivachenko fe005038ef A lightweight MUA for X11 based on sylpheed.
PR:		23363
Submitted by:	Sergey A. Osokin <osa@FreeBSD.org.ru>
Reviewed by:	sobomax
Approved by:	sobomax
2000-12-18 20:44:08 +00:00

30 lines
614 B
Makefile

# New ports collection makefile for: stuphead
# Date created: 07 December 2000
# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
#
# $FreeBSD$
#
PORTNAME= stuphead
PORTVERSION= 0.4.9
CATEGORIES= mail
MASTER_SITES= http://stuphead.antex.ru/
MAINTAINER= ozz@FreeBSD.org.ru
LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GTK= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
pre-patch:
@${PERL} -pi -e 's#DATADIRNAME=lib#DATADIRNAME=share#g' \
${WRKSRC}/configure
.include <bsd.port.mk>