blob: 7adf4fd1561b7ea70f0a7678bc404e4bdc735cc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: gtkextra
# Date created: 17 August 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtkextra
PORTVERSION= 0.99.11
CATEGORIES= x11-toolkits
MASTER_SITES= http://magnet.fsu.edu/~feiguin/gtk/src/
DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
USE_X_PREFIX= yes
USE_GTK= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|