bb87
![]() |
|
|
|
|
|||||||
| Porting New Software Having trouble or general questions about porting software to FreeBSD? Ask here. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Hi,
I am trying to port Lxmusic. I have a problem with fetching the tar.gz. I have nver don that before. I have read the porters handbook. when I fetch the tar.gz file in distfile all the rest work. This is my Makefile. Code:
# New ports collection makefile for: lxmusic
# Date created: 2008-12-16
# Whom: Hong Jen Yee (PCMan) <pcman.tw@gmail.com>,
# Jürgen Hötzel <juergen@archlinux.org>
#
# $FreeBSD: ports/audio/lxmusxic/Makefile,v 0.1 Wed Sep 12 19:43:20 ADT 2012 Eric Turgeon Exp $
#
PORTNAME= lxmusic
PORTVERSION= 0.4.5
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/ghostbsdproject/files/package/LXMusic/LXMusic-0.4.5/
MAINTAINER= ericturgeon@ghostbsd.org
COMMENT= LXDE music player based on xmms2
LIB_DEPENDS= xmmsclient:${PORTSDIR}/audio/xmms2
USE_GNOME= gtk20
#USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README
.include <bsd.port.mk>
__________________
Where there is a shell, there is the way. Unix Live Free. Last edited by ericturgeon; September 13th, 2012 at 23:26. |
|
#2
|
||||
|
||||
|
The MASTER_SITES doesn't look correct to me. Have a look at other ports that use sourceforge. That should give you an idea of how to set it.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#3
|
||||
|
||||
|
@ericturgeon
For sysutils/beadm we use it like that in the Makefile: Code:
PORTNAME= beadm PORTVERSION= 0.8 CATEGORIES= sysutils MASTER_SITES= SF/beadm/dist/ https://sourceforge.net/projects/beadm/files/dist/
__________________
Religions, worst damnation of mankind. "FreeBSD has always been the operating system that GNU/Linux should have been." Frank Pohlmann, IBM http://vermaden.blogspot.com |
| The Following User Says Thank You to vermaden For This Useful Post: | ||
ericturgeon (September 13th, 2012) | ||
|
#4
|
||||
|
||||
|
I have remove files in SF/ghostbsdproject/files/package/LXMusic/LXMusic-0.4.5/.
Code:
PORTNAME= lxmusic PORTVERSION= 0.4.5 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/ghostbsdproject/package/LXMusic/LXMusic-0.4.5/ Thanks guys.
__________________
Where there is a shell, there is the way. Unix Live Free. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to deinstall port. port-blabla has a different PREFIX: /s/usr-local, skipping | mamalos | Installation and Maintenance of FreeBSD Ports or Packages | 5 | March 19th, 2013 07:59 |
| qjail port now available on port system | fbsd1 | Porting New Software | 4 | January 10th, 2012 11:02 |
| [Solved] FreeBSD 8 - Port Multiplier problem: 'error reading PM port' on Asus P5Q Pro Turbo | GraveR | System Hardware | 3 | December 6th, 2011 10:59 |
| port pulling other port, how to see and disable? | twilight | Installation and Maintenance of FreeBSD Ports or Packages | 5 | December 15th, 2009 20:32 |