mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
496 B
Makefile
24 lines
496 B
Makefile
# New ports collection makefile for: gtkextra
|
|
# Date created: 17 August 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtkextra
|
|
PORTVERSION= 0.99.12
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= http://gtkextra.sourceforge.net/src/ \
|
|
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>
|