1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/x11-toolkits/gtkextra/Makefile

26 lines
559 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtkextra
2000-08-17 15:03:32 +00:00
# Date created: 17 August 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtkextra
2000-11-22 11:55:19 +00:00
PORTVERSION= 0.99.12
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://gtkextra.sourceforge.net/src/ \
2000-11-22 11:55:19 +00:00
http://magnet.fsu.edu/~feiguin/gtk/src/
MASTER_SITE_SUBDIR= scigraphica
DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
USE_X_PREFIX= yes
2000-10-05 06:42:57 +00:00
USE_GTK= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>