1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/deskutils/ithought/Makefile
2015-06-10 17:24:55 +00:00

22 lines
452 B
Makefile

# Created by: nbm
# $FreeBSD$
PORTNAME= ithought
PORTVERSION= a5
PORTREVISION= 8
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
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/ithought/module_actions/*.so
.include <bsd.port.mk>