mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9b1807cd04
PR: 5027 Submitted by: Vanilla I. Shu <vanilla@MinJe.com.TW>
26 lines
604 B
Makefile
26 lines
604 B
Makefile
# New ports collection makefile for: gtk
|
|
# Version required: 971109
|
|
# Date Created: 28 Sep 1997
|
|
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
|
#
|
|
# $Id: Makefile,v 1.2 1997/11/03 22:55:01 max Exp $
|
|
#
|
|
|
|
DISTNAME= gtk+-971109
|
|
PKGNAME= gtk-971109
|
|
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>
|