bd09b5ac0c
PR: 42195 Submitted by: Edwin Groothuis <edwin@mavetju.org>
40 lines
998 B
Makefile
40 lines
998 B
Makefile
# New ports collection makefile for: titano
|
|
# Date created: 25 September 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= titano
|
|
PORTVERSION= 0.0.5b
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gtkeditor.0:${PORTSDIR}/x11-toolkits/libgtkeditor
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/b//}
|
|
|
|
USE_REINPLACE= yes
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gnomelibs
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
's|\$$(datadir)/gnome/|\$$(datadir)/|g ; \
|
|
s|\$$(datadir)/locale|\$$(prefix)/share/locale|g'
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/gnome/pixmaps/titano
|
|
${INSTALL_DATA} ${WRKSRC}/src/xpm/* ${PREFIX}/share/gnome/pixmaps/titano
|
|
|
|
.include <bsd.port.mk>
|