mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
3ce0f21808
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
20 lines
395 B
Makefile
20 lines
395 B
Makefile
# Created by: nbm
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ithought
|
|
PORTVERSION= a5
|
|
PORTREVISION= 7
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-alpha
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Extensible text management system
|
|
|
|
USES= libtool
|
|
USE_GNOME= gtk12 libxml2
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/libexec
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|