# Ports collection makefile for: xsel # Date created: Jan 14, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= xsel PORTVERSION= 0.04.1 PORTREVISION= 5 CATEGORIES= x11 MASTER_SITES= CENKES #http://www.niksula.cs.hut.fi/~vherva/xsel/xsel.{c,man} MAINTAINER= ports@FreeBSD.org COMMENT= Access X selection from command line CONFLICTS= xsel-conrad-[0-9]* USE_BZIP2= yes USE_XORG= xmu xaw xt xproto xkbfile CFLAGS+= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -lXt -lXaw MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} PORTDOCS= ${PORTNAME}.html do-build: @cd ${WRKSRC} && ${CC} ${CFLAGS} xsel.c -o xsel ${LDFLAGS} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${MAN1PREFIX}/man/man1/${PORTNAME}.1 .ifndef NOPORTDOCS @${INSTALL} -d ${DOCSDIR}/ @cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ .endif .include 'logo' rowspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/see
Commit message (Expand)AuthorAgeFilesLines
* - Fix build after the boehm-gc update.stas2009-12-181-0/+11
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* - add new option MULTIPLE_THREADS. With this option enabled libsee/dtoa.c isitetcu2008-05-102-1/+33
* Upgrade to 2.0.1131.vanilla2008-01-298-75/+58
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
* - Update mastersite.jmelo2006-12-051-1/+1
* Unbreak.thierry2006-07-202-2/+13
* Mark as broken: fail to install.linimon2006-07-171-0/+2
* - Fix: If summer-time daylight saving is in effect, getHours() returnsgarga2006-04-112-2/+38
* - Update to 1.3.1garga2006-02-017-61/+18
* SHA256ifyedwin2006-01-221-0/+1
* - Add new locations in MASTER_SITES.flz2005-12-111-0/+3
* - Register CONFLICTS with see-develgarga2005-10-311-0/+2
* Fix build on amd64, ia64 and alpha.jylefort2005-04-261-0/+11
* Fix return value of local timezone methods such as getHours().jylefort2005-04-222-1/+27
* Fix some declarations, allowing programs to link against libsee.jylefort2005-04-182-0/+15