1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-toolkits/gtk12/Makefile

29 lines
617 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtk
1998-01-05 17:18:06 +00:00
# Version required: 0.99.2
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.7 1998/01/05 17:17:14 vanilla Exp $
#
1998-01-05 17:18:06 +00:00
DISTNAME= gtk+-0.99.2
PKGNAME= gtk-0.99.2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/
1997-11-30 19:43:24 +00:00
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>