openbsd-ports/misc/gacc/Makefile
sthen 1fdbef6952 - include string.h header where string functions are used;
without it, operations returning a pointer will truncate to
32 bits on 64-bit arch causing runtime errors.

- regen PLIST, bump
2008-11-19 23:29:13 +00:00

35 lines
807 B
Makefile

# $OpenBSD: Makefile,v 1.16 2008/11/19 23:29:13 sthen Exp $
COMMENT= personal accounts manager
VERSION= 0.7.5
DISTNAME= gacc_${VERSION}.orig
PKGNAME= gacc-${VERSION}p2
CATEGORIES= misc productivity
HOMEPAGE= http://tnemeth.free.fr/projets/gAcc-en.html
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xau Xdmcp Xext Xi c glib gmodule iconv intl m
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gacc/}
LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples/gacc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
WRKDIST= ${WRKDIR}/gacc-${VERSION}.orig
.include <bsd.port.mk>