mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
dad365e749
the soon to be updated gimp port PR: 4649 Reviewed by: erich Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
26 lines
558 B
Makefile
26 lines
558 B
Makefile
# New ports collection makefile for: gtk
|
|
# Version required: 970925
|
|
# Date Created: 28 Sep 1997
|
|
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= gtk+970925
|
|
PKGNAME= gtk-970925
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/
|
|
|
|
MAINTAINER= vanilla@MinJe.com.TW
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|