mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
31 lines
575 B
Makefile
31 lines
575 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: twin
|
|
# Date created: Jul 7, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= twin
|
|
PORTVERSION= 0.4.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://linuz.sns.it/~max/twin/
|
|
MASTER_SITE_SUBDIR= twin
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
|
|
|
MAN1= twin.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|