mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
e98e5506d1
PR: 40263 Submitted by: Andreas Schulz
31 lines
676 B
Makefile
31 lines
676 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= 1
|
|
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
|
|
INSTALLS_SHLIB= yes
|
|
MAKE_ENV= MKDIR="${MKDIR}" \
|
|
LN="${LN}"
|
|
|
|
.include <bsd.port.mk>
|