mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
29 lines
622 B
Makefile
29 lines
622 B
Makefile
# New ports collection makefile for: gtk
|
|
# Version required: 0.99.5
|
|
# Date Created: 28 Sep 1997
|
|
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
|
#
|
|
# $Id: Makefile,v 1.10 1998/03/09 02:52:55 steve Exp $
|
|
#
|
|
|
|
DISTNAME= gtk+-0.99.5
|
|
PKGNAME= gtk-0.99.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v0.99/
|
|
|
|
MAINTAINER= vanilla@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_X11= yes
|
|
|
|
pre-install:
|
|
@if [ ! -f ${PREFIX}/info/dir ]; then \
|
|
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
|
fi
|
|
|
|
post-install:
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|