blob: 7a08a7590e33d6aaa9e2955f59b66997d6f6f547 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# New ports collection makefile for: tilp
# Date created: 27 August 2003
# Whom: Tijl Coosemans <tijl@ulyssis.org>
#
# $FreeBSD$
#
PORTNAME= tilp
PORTVERSION= 6.79
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tilp
MAINTAINER= tijl@ulyssis.org
COMMENT= TI Linking Program
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
LIB_DEPENDS= ticalcs.9:${PORTSDIR}/devel/libticalcs \
ticables.12:${PORTSDIR}/comms/libticables \
tifiles.6:${PORTSDIR}/devel/libtifiles
USE_GETTEXT= yes
USE_GNOME= gtk20 libglade2
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\
LDFLAGS="-L${LOCALBASE}/lib -export-dynamic"
MAN1= tilp.1
.include <bsd.port.pre.mk>
post-install:
${MKDIR} ${PREFIX}/lib/tilp
.include <bsd.port.post.mk>
|