mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
7fcd38cac3
- x11-toolkits/ of ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
31 lines
674 B
Makefile
31 lines
674 B
Makefile
# New ports collection makefile for: easygtk
|
|
# Date created: 3 January 2001
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= easygtk
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= sobomax
|
|
EXTRACT_SUFX= .tar
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A wrapper library for GTK+ which provides simplified GUI API
|
|
|
|
EXTRACT_BEFORE_ARGS= # it's intentionally left blank
|
|
EXTRACT_CMD= ${CAT} # not quite `extract', but who cares? ;)
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnomelibs
|
|
USE_LDCONFIG= yes
|
|
MAKE_ENV= MKDIR="${MKDIR}" \
|
|
LN="${LN}"
|
|
|
|
.include <bsd.port.mk>
|