03a8e05ef7
DYNLIBDIR() invocations. Bump NEED_VERSION to 1.310 so DYNLIBDIR() works. As requested by espie@
33 lines
786 B
Makefile
33 lines
786 B
Makefile
# $OpenBSD: Makefile,v 1.28 2000/07/04 01:46:37 krw Exp $
|
|
|
|
DISTNAME= glib-1.2.8
|
|
CATEGORIES= devel
|
|
NEED_VERSION= 1.310
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
|
|
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \
|
|
http://www.ameth.org/gimp/gtk/v1.2/
|
|
|
|
HOMEPAGE= http://www.gtk.org/
|
|
|
|
MAINTAINER= brad@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --enable-static --disable-threads \
|
|
--includedir="${PREFIX}/include/glib"
|
|
|
|
post-extract:
|
|
@rm -f ${WRKSRC}/docs/glib.info*
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/aclocal
|
|
${INSTALL_DATA} ${WRKSRC}/glib.m4 ${PREFIX}/share/aclocal
|
|
|
|
.include <bsd.port.mk>
|