1998-12-24 08:17:29 +01:00
|
|
|
# New ports collection makefile for: XStarRoll
|
1999-01-18 05:54:38 +01:00
|
|
|
# Date created: 14 January 1999
|
1998-12-24 08:17:29 +01:00
|
|
|
# Whom: Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
|
|
|
|
#
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1998-12-24 08:17:29 +01:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= xstarroll
|
2005-11-14 22:11:20 +01:00
|
|
|
PORTVERSION= 1.1b
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 2
|
2005-11-14 22:11:20 +01:00
|
|
|
PORTEPOCH= 1
|
1998-12-24 08:17:29 +01:00
|
|
|
CATEGORIES= x11
|
2005-11-14 22:11:20 +01:00
|
|
|
MASTER_SITES= http://www.saturn.dti.ne.jp/~hsakai/myfreesoft/
|
1998-12-24 08:17:29 +01:00
|
|
|
|
2005-11-14 03:17:06 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Letters fly to far, far, far away
|
1998-12-24 08:17:29 +01:00
|
|
|
|
2005-11-14 22:11:20 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-1.1
|
1998-12-24 08:17:29 +01:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= xpm xt xaw
|
2005-11-14 22:11:20 +01:00
|
|
|
ALL_TARGET= xstarroll
|
1998-12-24 08:17:29 +01:00
|
|
|
|
|
|
|
MAN1= xstarroll.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/xstarroll
|
1998-12-24 08:17:29 +01:00
|
|
|
|
2005-11-14 22:11:20 +01:00
|
|
|
post-patch:
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|/usr/X11R6|$${LOCALBASE}|g ; \
|
2005-11-14 22:11:20 +01:00
|
|
|
s|gcc |$${CC} |g ; \
|
|
|
|
s|-O |$${CFLAGS} |g' ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xstarroll ${PREFIX}/bin/xstarroll
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/xstarroll.man ${MANPREFIX}/man/man1/xstarroll.1
|
|
|
|
|
1998-12-24 08:17:29 +01:00
|
|
|
.include <bsd.port.mk>
|